[xsl] CDATA block to node set.

Subject: [xsl] CDATA block to node set.
From: Morten Primdahl <morten@xxxxxxx>
Date: Thu, 09 May 2002 16:18:34 +0200

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


Current Thread