Subject: CDATA Question
From: "Clark, Jason" <jason.clark@xxxxxxx>
Date: Wed, 3 Oct 2001 14:52:48 -0400
|
Hello Everyone,
In my xml I have an element that has markup inside a CDATA. After using
<xsl:copy-of> it only prints the markup to the screen. Why is this?
Example
<CONTENT>
<![CDATA[
<PRE><MENU>
<A HREF=#r1>Document</A><BR>
<MENU>
<A HREF=#r2>Base</A><BR>
<MENU>
<A HREF=#r3>Cover Page</A><BR>
<A HREF=#r4>Table of Contents</A><BR>
<A HREF=#r5>Part I</A><BR>
<MENU>
<A HREF=#r6>Business</A><BR>
<A HREF=#r7>Properties</A><BR>
<A HREF=#r8>Legal Proceedings</A><BR>
<A HREF=#r9>Submission to a Vote</A><BR>
</MENU>
</PRE>
]]>
</CONTENT>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|