all groups > flash data integration > october 2006 >
You're in the

flash data integration

group:

<br /> break a XML parsing


<br /> break a XML parsing sylvainhugues
10/25/2006 9:09:47 PM
flash data integration:
Hello, I make a XML connector component parse a XML document.
In a node, there is a "<br />" (return to line in HTML)
EXEMLE :
<book>
<page>
Here some text and a <br /> here ! the code s broken up here
</page>
</book>

Problem :
My XML connector considere the <br /> as the begining or the end of a node !...
How to avoid this <br /> or other any HTML element when parsing some XML ?
Thanks, Sylvain.
Re: <br /> break a XML parsing The Feldkircher
10/26/2006 12:00:00 AM
Hi

Read the following on http://www.w3schools.com/xml/xml_cdata.asp tags.

AddThis Social Bookmark Button