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.
The Feldkircher - 26 Oct 2006 07:58 GMT
Hi
Read the following on http://www.w3schools.com/xml/xml_cdata.asp tags.
Hope it helps