Top "Cdata" questions

CDATA (literally, character data) is data that will not be parsed as markup in XML and SGML documents.

Rendering HTML Tags from within CDATA tag in XSL

I have a CDATA tag within my XML code which contains some hyperlinks. <smartText><![CDATA[ Among individual …

xml xslt cdata
Using CDATA inside another CDATA

I have this difficult situation where I need to use the CDATA tags inside another CDATA tags. The situation is …

xml xml-parsing cdata
Convert an xml element whose content is inside CDATA

I have a xml fragment like below <Detail uid="6"> <![CDATA[ <div class="heading">welcome to …

xml xslt cdata
Adding products to PrestaShop 1.6.0.9 with WebService

I am trying to add products to my shop powered by PrestaShop 1.6.0.9. Here is my code: <?php ini_set(…

xml prestashop cdata prestashop-1.5 prestashop-1.6
Reading text in `<![CDATA[...]]>` with SimpleXMLElement

I'm importing an RSS feed with SimpleXMLElement in PHP. I'm having trouble with the title and description. For some reason, …

php xml simplexml cdata
Storing HTML or XML code in javascript variables

I'd like to store a some HTML/XML markups in a javascript variable. The problem is that the text is …

javascript jquery xml cdata mechanicalturk
E4X Add CDATA content

Basically I need to define a node name and its CDATA content using variables. var nodeName:String = "tag"; var nodeValue:…

actionscript-3 e4x cdata
jQuery and XML (with CDATA)

I've seen the post that deal with this issue but I still can't solve my issue: I've got XML with …

jquery xml parsing cdata
XML Serialization - XmlCDataSection as Serialization.XmlText

I am having problems serializing a cdata section using c# I need to serialize XmlCDataSection object property as the innertext …

c# xml xml-serialization cdata
What is the regex expression for CDATA

Hi I have an example CDATA here <![CDATA[asd[f]]]> and <tag1><![CDATA[asd[f]]]&…

xml regex parsing cdata lex