Top "Cdata" questions

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

Decode CDATA section in C#

I have a bit of XML as follows: <section> <description> <![CDATA[ This is a "description" …

c# .net xml xmldocument cdata
Strip whitespace and newlines from XML in Java

Using Java, I would like to take a document in the following format: <tag1> <tag2> <![…

java xml newline cdata strip
java.lang.IllegalStateException: CDATA tags may not nest

I've got a problem with an ajax request in a JSF page. When I click on the button, I get …

ajax jsf primefaces cdata illegalstateexception
How to get CDATA from xml node using xsl ?

I am trying to get the CDATA content of an XML node using XSL. The node currently looks like this: &…

xml xslt cdata
How to remove `//<![CDATA[` and end `//]]>`?

How can I remove the (//<![CDATA[ , //]]>) blocks; tags inside a script element. <script type="text/javascript"> //&…

php regex preg-replace cdata
Add CDATA to an xml file

I would like to add some CDATA tags around some xml tags XML source is (it's only a small part …

xml xslt cdata
SQL Server XML output with CDATA

Is there a way to have an SQL Server XML return use CDATA? I have XML being returned by SQL …

sql-server xml cdata
Should I use <![CDATA[...]]> in HTML5?

I'm pretty sure <![CDATA[...]]> sections can be used in XHTML5, but what about HTML5?

cdata html
XML parsing : Reading CDATA

<item><title>this is title</title><guid isPermaLink="true">http://www.i.…

c# windows-phone-7 rss xml-parsing cdata
If Statement not working with And (&&) Operator

I'm having a hard time writing up what seems should be a simple if statement! I need it to say …

javascript content-management-system cdata logical-operators squarespace