nodeValue

  • Started
  • Last post
  • 0 Responses
  • jmteow

    I realized that a lot of my coding with AS in refererencing my XML works without using nodeValue, such as information for textboxes or paths to images.

    So instead of having something like:

    ...firstChild.nodeValue;

    I'd have

    ...firstChild;

    Given that both display the information I have in the same way, What differences do the two make?