For some reason when i load cdata text in using xpath  like this
thexml.selectNodes("//node/subnode/text()") where there is a br it breaks
the line, but leaves the br in the text... anyone know why this is
happening? Also my textfield will not align to the right, i have manually
set it to align to the right, and i have made a textformat to align it to
the right to no avail. The text box is manually drawn onto stage.

the xml is in this format:
<node>
 <subnode var1="blah>![CDATA[some text <br> some more text]]></subnode>
</node>

the output looks like this:
some text <br>
some more text

Thanks,
Ryan.
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to