xsl-list
[Top] [All Lists]

RE: ACCESSING SPECIFIC CDATA FIELD

2005-12-13 10:40:19
       <etp id="200">
           <![CDATA[Trying accessing only this]]>
           <nvgs>

  Maybe your parser makes a text node for "\n ", between the
'etp' element and the CDATA section, and an other text node
for the cntent of the CDATA section itself.  I think it has
to merge all the text in 'etp' before the 'nvgs' element in
one single text node.

I've heard of products that do that - especially if you supply the input as
a DOM - but it's not conformant behaviour. 

Michael Kay
http://www.saxonica.com/



--~------------------------------------------------------------------
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>
--~--