A Flash Developer Resource Site

Results 1 to 15 of 15

Thread: Display only some XML nodes

Hybrid View

  1. #1
    Junior Member
    Join Date
    May 2007
    Posts
    6
    awesome! now we're getting somewhere... i actually had to change the code slightly to
    thisNode = ksmContent.firstChild.firstChild.childNodes;
    to get it to trace out the nodes properly, but now i have a list of all the nodes in the array, and i've commented them so i know which are which.

    i still can't figure out how to use that knowledge to prevent some nodes from displaying , though... (sorry for my denseness); and i also can't figure out how to get the html codes in the text blocks of the <contenttext> nodes to display properly...

    any clue?

    thanks for all your help!

  2. #2
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,448
    Instead of firstChild.firstChild try firstChild.nextSibling
    It's a big family
    - The right of the People to create Flash movies shall not be infringed. -

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center