DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1364>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1364

document type node ommitted in transform





------- Additional Comments From [EMAIL PROTECTED]  2001-10-05 11:26 -------
Working as designed.

The XPath data model does not include the doctype, so XSLT doesn't see it as a 
node and can not copy it to the output. That's probably as it should be, since 
only the stylesheet knows whether its output will be an instance the same 
doctype or a different one.

What you _can_ do is recode your stylesheet to directly assert a doctype, via 
parameters on the <xsl:output/> directive.

Reply via email to