This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: copying CData sections from the source to destination documents




> So, is there a way that I can specify that a node and its descendants
> should be copied 'as is'?

No.

CDATA sections (like entity references) are not considered to be part of
the document tree in an XPath processor. They are just an authoring
convenience. Not seeing CDATA markup is like not being able to tell if "
or ' were used around the attribute values in the original document.

<![CDATA[&&&&&&]]>
produces an _identical_ input tree to
&amp;&amp;&amp;&amp;&amp;&amp;
so there is no way that XSL can distinguish these.

What you can do is request that certain elements are always output using
CDATA sections.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]