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]

Re: CDATA block to node set.


Morten Primdahl wrote:
> 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?

Correct.

CDATA = "character data" 
      = "may look like markup, but really isn't, and should never be
         treated as such" 
      = "no different than if all '<' were '&lt;' and all '&' were '&amp;'"

   - Mike
____________________________________________________________________________
  mike j. brown                   |  xml/xslt: http://skew.org/xml/
  denver/boulder, colorado, usa   |  resume: http://skew.org/~mike/resume/

 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]