Pedro Pastor wrote:
Hi Eric,

I suffer from the same problem but using the "website" XSL application. In
this case Saxon issues a HTML DOCTYPE on the top of the file.

The latest snag I've hit is that when building the olink target data base
using the xhtml chunking sheet set to only build the target database, Saxon
adds a blank line followed by the XHTML DOCTYPE to the top of the file.


Why is this an issue for xml processing? Is it wrong?

http://saxon.sourceforge.net/saxon6.5.5/xsl-elements.html#xsl:output
specifies the xslt output options.

If you ask for xhtml output then Saxon gives it.
If you ask for xml output then no doctype should be output.

http://docbook.sourceforge.net/release/xsl/current/doc/html/chunking.html
provides the docbook customization.




regards

--
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to