Re: [xsl] internal subset of DTD lost in output - but want to keep it

Subject: Re: [xsl] internal subset of DTD lost in output - but want to keep it
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 12 Feb 2004 17:27:44 GMT
> Is this expected behavior? 
yes

XSLT leaves no record of any internal or external parts of the DTD in
the input, you can force a DTD reference on the result but that isn't
preserving it: it will be added whether or not it was in the original.

Some systems have extension elements to allow writing a dtd subset, or
you can use <xsl:text disable-output-encoding="yes"
to write out teh entire <!DOCTYPE including the internal subset
or simpler you can put your internal subset into an external file (which
itself references your main dtd) then you can refer to your file in
xsl:output.

David

-- 
http://www.dcarlisle.demon.co.uk/matthew

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. 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
________________________________________________________________________

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread