|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: XSLT Doctype and XHTML output
> I don't know where to add: "http://www.w3.org/TR/html4/strict.dtd" to the > above. doctype-system=".." > However, lets say I'm interested in XHTML results so I add the following > namespace decleration to the stylesheet: That would be inconsistent with your specified output dtd which was for HTML4 which doesn't use a namespace (not being XML) Not that XSLT checks this consistency. > The encoding I specified in the xsl:output gets lost is this normal? It is conformant behaviour to ignore xsl:output (it is essentially just a hint to teh serialiser) but whether or not it is normal in your case you'd need to be more explict about how you are calling xslt I think. > This is illegal? (Doctype decleration in top-level node match) Yes XSLT has to be well formed XML and you can't have <!DOCTYPE inside an element > (again, this is the doctype form I am trying to achieve) so you want to use xsl:output as noted above and you don't want to use the xhtml namespace declaration. David ________________________________________________________________________ This e-mail has been scanned for all viruses by Star. The service is powered by MessageLabs. For more information on a proactive anti-virus service working around the clock, around the globe, visit: http://www.star.net.uk ________________________________________________________________________
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








