flash as2.0 - review <li> tags xml
i have an xml document, contained within nodes, i have <li>
tags. i don't need <ul></ul>
tags peep since wholly accepts <li>
tags anyway. example, here's biased xml doc:
<node>
<li>item1</li>
<li>item2</li>
</node>
i wish put information within <node>
tags, with bullets, textarea member peep 8.
note textarea set accept html, that
textarea.text = "<li>this bulleted text</li>";
works only fine. however, <li>
tags within xml request being interpreted totally opposite node, i apparently want.
i attempted controlling cdata add-on within xml, inputted all between <node>
tags, including <li>
tags brackets. does since <li>
's brackets being interpreted homogeneous "& lt;" "& gt;" left/right brackets.
so i'm stranded an unordered list xml record i can't review flash. unless, course, somebody here assistance me out?
Comments
Post a Comment