Testing for CDATA

Subject: Testing for CDATA
From: Allen Haws <joeshmoe@xxxxxxxxxx>
Date: Mon, 07 Aug 2000 11:01:52 -0700
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@xxxxxxxxxx
Phone:  480.926.2368 ext 343
Direct: 480.558.2445
*******************************************


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread