I have a line in xml:
<tag something=“something” someotherthing=“some<br />thing” />
obviously I cannot use <br /> in “someotherthing”…bcuz it parses it as a new tag or something
I tried with
too but didn’t work :-/
I need a way to have line breaks in xml attribute values… (for flash)
attributes shouldn’t contain extensive data; maybe you can work around this by using a special char like “|” or “#” or whatever, and then parsing that in Flash and replace by newline…?