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]

CDATA Question


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]