The term CDATA is used about text data that should not be parsed by the XML parser.

learn more… | top users | synonyms

0
votes
0answers
23 views

Parse CDATA from RSS feed in android

I know there is lot of Q&A about parsing CDATA in android. But actually they didn't helps me yet. My problem is that I cannot get whole data from CDATA. Here is my feed. <item> ...
0
votes
1answer
36 views
+50

Apache CXF wsdl2java client - string in CDATA instead of escape characters

I have ganerated webservice client using Apache CXF wsdl2java tool. It work fine, but in one method I have to send string that contain special characters. Generated client use escape characters. I do ...
0
votes
0answers
11 views

Relative Path JavaScript CDATA

Can someone please explain to me how I create a relative path for my wordpress website for the below? I am using the below CDATA and need to be able to use a relative path rather than a hardcoded ...
0
votes
0answers
12 views

How do change white spaces within CDATA to non-white space characters i.e. crlf to \n

VB2008 and VB2010 on Windows 7. I am getting XML from an external source that needs to be written to a file. The XML contains a lot of CDATA's with white space characters such as new line CR LF's, ...
0
votes
3answers
32 views

Can parse one document, but not another

I have two XML documents, both formatted like this: <?xml version="1.0" ?> <article> <body> <![CDATA[ *some text* ]]> </body> </article> and I ...
0
votes
0answers
21 views

XSLT 2: Extracting/changing “elements” within CDATA

XSLT 2.0, going from XML to XML. Sample file (simplified to focus on my question): <?xml version="1.0" encoding="UTF-8" standalone="no"?> <asmtItem> <stem ...
1
vote
1answer
16 views

Strange behavior of Document createCDATASection method with Saxon (Maven Saxon-HE artifact 9.4)

I tried to use Saxon in place of JDK's default implementation (Xalan I guess) for XML transformation and Xpath. In my code I am creating a CDATA node using document.createCDATASection(data) method. ...
0
votes
1answer
29 views

exporting from excel to xml with Cdata tags

This is my first time posting so apologizes if I do it a bit wrong. My Issue is.. I have a excel file with a lot of data. What i need to do is export it as an xml file. Which i can do but i need to ...
0
votes
1answer
43 views

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, the website I get the feed from puts the title and description in ...
0
votes
0answers
56 views

GDataXML parser for objective-c, parse CDATA

I'm using google's GDataXML parser for parsing RSS. I'm using Ray W. website for help but I have some problems. Link to website: ...
0
votes
1answer
25 views

HTML format text in json

How can I get a html format text through json, like below format? <div class="header" id="header_1"> <p>All glitters are not gold</p> </div> Because json doesn't support " ...
0
votes
1answer
32 views

Visual Studio's horrendous colorization of CDATA XML blocks in VB.

It really hurts the eyes. I'm using XML Literals as in http://stackoverflow.com/a/1674434/614263 so that I can conveniently have many lines of SQL in my VB.NET program. When I need sql's '<>' ...
0
votes
0answers
15 views

CDATA throws NullPointerException when empty in java

I'm trying to parse(DOM) out crimes that occurs around the country with this API: http://brottsplatskartan.se/api.php?action=getEvents&period=1440 Everything works fine and my app is done... But ...
1
vote
1answer
86 views

How to implement this method in my NSXMLParser to extract images

i'm new in iOS development, and at this moment i have implemented the NSXMLparser , but i really don't know how to separate tags with the same name, but different content, like the ...
0
votes
2answers
75 views

Extract CDATA from an element using xsl

Input:(XML) <A1Result xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <![CDATA[ <?xml version="1.0" encoding="UTF-8" ?> <ABCD_XML_DATA> <Header> ...
1
vote
1answer
37 views

Extracting elements from CDATA

I have this XML file: <description> <![CDATA[ <tag1 hello world/><br/> <b>Current Conditions:</b> ]]> </description> I need to extracttag1, br ...
0
votes
1answer
30 views

In XML, can you start a CDATA tag with &lt;?

My javascript application interfaces with another and obtains some XML which contains CDATA. Normally when dealing with CDATA I am aware it should look something similar to this: However I am ...
0
votes
1answer
31 views

XML CDATA not returning properly with simplexml_load_string() nor SimpleXMLElement() (PHP)

I can pull back any of the non-CDATA fields. But not the summary field. I've exhausted everything i know to try. Below is as close as i could get, with the summary field returning blank. It does ...
0
votes
1answer
25 views

Get a special charactor in a XML file using simplexml and CDATA

I am trying to retreive a string in a XML file using simplexml. But the string contains the character "&". So I think I have to use CDATA to get the value. I am really new to this and don't no how ...
0
votes
0answers
60 views

Hiding code from html validation wrecks formatting

So I grabbed this twitter widget from the twitter site for my website. I have the twitter widget which is in the html code like so <div id="twitter"> <a class="twitter-timeline" ...
0
votes
0answers
17 views

get reserver method text from securityelement.escape

i am doing audit log and there are xml variable in my db **DB** xmlValue xml **CodeBehind** dim sXml as string sXml = ds.GetXml().ToString due to some reason, i got invalid char inside sXml ...
1
vote
0answers
60 views

Can CDATA sections be preserved by BeautifulSoup?

I'm using BeautifulSoup to read, modify, and write an XML file. I'm having trouble with CDATA sections being stripped out. Here's a simplified example. The culprit XML file: <?xml version="1.0" ...
1
vote
1answer
45 views

Why does CDATA is commented out under script tags ?

I was reading this question and I have a related question : This guy here said that : It is used in script tags to avoid parsing < and &. In HTML, this is not needed, because in HTML, ...
0
votes
0answers
35 views

Extract url from CDATA android

I have CDATA content with more than 1 links. I need to extract a specific link from it. The one about Read More. See example below: <![CDATA[ <p> Spanish inflation, as measured by ...
0
votes
0answers
82 views

Sencha touch XML parser for multiple CDATA

Could you please point me to the right direction :) Well, very new to Sencha Touch and XML parsing at all. And found that in XML document: <xml> <body> <![CDATA[ ...
0
votes
0answers
36 views

How can I go about opening a large (+1GB) xml file in php for parsing?(using XMLReader)

I've got a bunch of XML file which I'm loading in to my script using XMLReader, creating DOM object and then converting to Simplexml: <?xml version="1.0" encoding="UTF-8"?> <urlset> ...
0
votes
1answer
48 views

Count records with a condition in XSLT

I have an xml with this structure: <emails> <record> <field name="host"><![CDATA[yahoo]]></field> <field name="user"><![CDATA[abc]]></field> ...
0
votes
0answers
90 views

Import XML (CDATA)

Good afternoon ! I have researching in all web, and i haven´t found anything about it. That´s weird, maybe it´s a personal problem. Because anyone has problem like me. So, i made a simple command in ...
0
votes
1answer
77 views

How to add a custom ContentHander for JAXB2 support in Spring 3 (MVC)?

Scenario: I have a web application that uses Spring 3 MVC. Using the powerful new annotations in Spring 3 (@Controller, @ResponseBody etc), I have written some domain objects with @XML annotations for ...
2
votes
0answers
91 views

T-SQL XML - how to divide CDATA in xml node

I am using MS SQL Server 2012 and have the following XML structure: <value name="parameter"> <![CDATA[__na__]]> <![CDATA[1]]> <![CDATA[2]]> <![CDATA[3]]> ...
0
votes
0answers
32 views

XML CDATA parsing fails

I have a simple XML as shown below: <?xml version="1.0" encoding="utf-8"?>"; <Element><![CDATA[ABCD]]></Element> I parse this using JAVA DOM packages with code as shown ...
0
votes
1answer
40 views

Could you please let me know how I can retrieve ip addresses node under CDATA section and modify it using vbscript

<con:request> - <![CDATA[ <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cli="http://client.webservice.sepm.symantec.com/"> ...
0
votes
0answers
94 views

What is the correct notation with Delphi's XmlIntf.IXMLNode for writing and reading a CDATA XML section alongside other 'standard' data types?

I am storing Delphi form text (DFM) in an XML file alongside other 'simple' values. I see that for best practise and to avoid parse errors I should 'wrap' the DFM in a CDATA section and I have working ...
0
votes
1answer
67 views

HTML CDATA issue

I'm working in Java and I have this example: http://jsfiddle.net/uAQ94/1/ But when I want to display the final HTML, I can't see the special characters surrounded by CDATA tags. For example: ...
0
votes
1answer
79 views

Loadrunner replay and xml in the viewer

Recording and replaying against a web app using Ajax seems to work after some serious correlation work :-) However replaying the script with the viewer turned on I observe that during some steps in ...
1
vote
1answer
99 views

Images in rss feed using ColdFusion and CFFeed

I have a script that generates an xml file with ColdFusion and its CFFeed tag. It works pretty good except for images. I understand that you have to use encapsulate the image in CDATA in order to ...
-1
votes
1answer
155 views

XML and XSLT keep CDATA

I am working on a project which includes applying some xslt on xml. My Input xml contains "CDATA" in any of the xml node. Now what i want is it should keep "CDATA" if it has in input I tried many ...
0
votes
1answer
19 views

XML invalid issue

I am trying to request my file which has following XML: <?xml version='1.0' encoding='UTF-8'?> <store> <TOS><![CDATA[STANDARD LICENSE AGREEMENT: as �the Beat�) FOR ]]> ...
0
votes
0answers
65 views

Android:Reading XML File containing HTML code

Hi everybody; I have an xml file "feed.xml" with a form like that: <rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"> <channel> <item> <cache>0</cache> ...
0
votes
0answers
39 views

400 Error when CDATA includes Ampersand via Microsoft.XMLHTTP

We are experiencing a strange error which no one can really put their finger on. We have some javascript which uses Microsoft.XMLHTTP to POST an xml document to the server. The xml is cobbled ...
1
vote
1answer
164 views

Forcing Empty CDATA Elements

I was questioned if i could transform an xml by using xsl (1.0) but with keeping the CDATA elements even if there is no content in it. As xsl beginner i am a little bit overwhelmed by that question... ...
1
vote
1answer
116 views

Extract image from CDATA-xml rss file into xslt

I need show with xslt information about an xml RSS feed. The xml source is: <description><![CDATA[<p> <img style="margin: 10px; float: left;" alt="Nuevo modelo general de ...
1
vote
1answer
95 views

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 of my file) <teaserText_fr> <div xmlns:xlink="http://www.w3.org/1999/xlink ...
1
vote
1answer
163 views

JAXB unmashalling cdata

I do not need a marshaller, I already got xml files. So I was folliwng http://theopentutorials.com/tutorials/java/jaxb/jaxb-marshalling-and-unmarshalling-cdata-block/#comment-7155 to see how to ...
0
votes
0answers
103 views

First <html>-tag within a CDATA-expression lost using CreateCDataSection()

I'm trying to create a KML-file with an ASP.NET server application (.asmx). The single features have information, which is shown inside a balloon. I want to format the data inside the balloon with ...
3
votes
1answer
144 views

nodejs using cheerio parsing xml returns empty CDATA

I am using cheerio in nodejs to parse some rss feeds. I am grabbing all the items putting them into an array. I am using 3 test feeds, all of them have a "description" child element for each "item" ...
0
votes
2answers
663 views

inserting HTML into CDATA section via xsl:value-of select

I have a source XML that contains a tag with HTML. It was created from a clumsy CSV file. The goal is to transform the source XML into a second XML Using the following, <Description type="long" ...
0
votes
1answer
69 views

Wordpress class.wp-scripts.php comments out CDATA instead of just removing them

I'm using wp_localize_script to pass some variables from PHP to client side javascript. This function ends up calling another function that does this: function print_extra_script( $handle, $echo = ...
1
vote
1answer
103 views

Why does the CDATA syntax in XML look so strange?

CDATA is used in XML like: <my-tag><![CDATA[my-data]]></my-tag> It's quite an unusual syntax. When I first saw it, I assumed it was a specific form of some general XML construct I ...
1
vote
1answer
170 views

Parsing CDATA from Javascript

This is my first post and I'm sorry if I'm doing it wrong but here we go: I've been working on a project that should scrape values from a website. The values are variables in a javascript array. I'm ...

1 2 3 4 5 10