xsl-list
[Top] [All Lists]

Re: [xsl] Preserving inline DTD

2014-01-28 10:53:16
On 28/01/2014 16:30, Lizzi, Vincent wrote:
It would be helpful if xsl:output had some option to copy the DOCTYPE
declaration of the input document, but that might be wishful
thinking.


It can not copy information that it doesn't have. The DTD goes along
with white space inside tags and whether " or ' is used to delimit
attribute values. <xsl:copy-of on

<!DOCTYPE x []>
<x
foo =
'bar'

</x>

will produce

<x foo="bar"/>

and the syntactic details in the input are just not visible to XSLT.

David



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>