[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: XSLT Doctype and XHTML output

Subject: Re: XSLT Doctype and XHTML output
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 8 Sep 2004 23:17:35 +0100
xslt doctype
> 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
________________________________________________________________________

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.