Type: Posts; User: ebeworld
The document is generated by php code, which is a kind of big,legacy system, and i don't have much control over it. thanks, Ebe
XML document is fine, but it is not XHTML compliant(paragraph is embedded in font tag etc...), therefore with presense of DocType, the the validation fails and XSLT doesn't run properly. Therefore if...
0 I am transforming XHTML to XHTML using XSLT and Doctype part is giving me problem <?xml version="1.0" encoding="ISO-8859-1"?> <?xml-stylesheet type="text/xsl" href="LimeSurvey.xslt"?>...