XML output in Flash

Out of context: Reply #10

  • Started
  • Last post
  • 12 Responses
  • CX0

    Here is the Flash output from the last one from Robert:

    -If Zero the XML is valid = 0-This is my XML document:

    -->

    Ill have to mess with it more.

    _________________________
    Here is the output from the one from anonote:

    NaNmesomewhere out thereyoui wouldnt care to knowushere

    Works also but has NaN at the beginning.

    ____________________
    Here is the output form a slightly tweaked version:

    _level0.msg

    me
    somewhere out there

    you
    i wouldnt care to know

    us
    here

    I changed the code like this:

    for(i=0; i < docLength; i++) {
    msg += doc.firstChild.childNodes[i].attributes.name + "" + doc.firstChild.childNodes[i].attributes.address + ""
    }
    -->
    Works fine if it didnt say _level0.msg at the top in the output.

    Thanks for your help. Anything else. Sorry, obviously I suck at this.

View thread