XML FLASH FORMATTING HMTL

Out of context: Reply #7

  • Started
  • Last post
  • 56 Responses
  • PonyBoy0

    using CDATA works great...

    ... just make sure that when you're parsing the node you access the value of the node using 'nodeValue'.

    myText_txt.htmlText = myXml.firstChild.childNode.nodeV...

    (or something like that!!)...

    ... if you don't use 'nodeValue' to grab that info. (even IF you set your text field to html), you'll still end up w/a bunch of tags in your output as apposed to formatted text.

View thread