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]
Other format: [Raw text]

CDATA block to node set.



Hi. Using XSLT 1.0, is it in any way possible to load the contents of
a CDATA block into a node-tree and process that?

<a>
   <b>
     <![CDATA[ <e><f>hep</f></e> ]]>
   </b>
</a>

For example, I would like to be able to apply templates to the e and f
elements. Am I correct if this is not possible unless I use extension
functions?

Thanks,

Morten



 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]