Subject: Re: identity transform - include CDATA's, etc
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 26 Jun 2003 21:23:55 +0100
|
> I don't know if there are other elements besides CDATA elements
> that also don't get translated truthfully.
CDATA sections are not elements they are just syntactic sugar so you can
enter < and & as < and & rather than < and &,
In the Xpath model text may or may not be output using CDATA at the will
of the system, just as it may use " or ' to surround attribute values,
the original markup is not recorded so a stylesheet has no way to
recreate it.
Why do you mind?
David
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|