i have an xml i load within my air app which looks like this:
<chapter title="hello" nr="111" src="">
<page>
<text>To adjust <br/><br/>. . .</text>
<text>To adjust <br/><br/>. . .</text>
</page>
</chapter>
when i trace or debug what is between the text element … i get:
To adjust <br/>
<br/>
. . .";
Why do i get those newlines, or even better… how do i get rid of them?
(the full xml is a bit more complicated but i load the xml-file in a xmllist-component and navigate the structure until i get the correct value)
The page-element is loaded in a XMLList-component and with a for-loop I read the data from the text-elements.
I think you want lineEnding