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]

Testing for CDATA


Is there a way to test for a CDATA section?

I have XML that could look like this...

<content>
        <object></object>
        <p>This is a test</p>
        <![CDATA[...HTML CODE...]]>
</content>

Is there a way I can test for the CDATA so that I can
disable-output-escaping and yet still process the
other elements accordingly?

Thanks

-- 
*******************************************
Allen Haws
Unicon Inc.

Email:  joeshmoe@unicon.net
Phone:  480.926.2368 ext 343
Direct: 480.558.2445
*******************************************


 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]