javascript - In XML, can you start a CDATA tag with <? -


my javascript application interfaces , obtains xml contains cdata. when dealing cdata aware should similar this:

however receiving inside xml:

<text>&lt;![cdata[ hello .... thanks. ]]&gt;</text> 

currently not work , cannot tell if cdata or not.

basically question can start , end cdata tags &lt; , &gt; instead of < , >

thanks.

it not cdata. text.

&lt; means "a less character". < means "start of tag/directive/etc"


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -