Question XML Parsing

Daniel

New member
Joined
Sep 30, 2010
Messages
1
Programming Experience
Beginner
Hello everyone! I am a relatively new programmer and I had a question regarding XML. I am trying to create a page full of categories and URLs from another xml document but it is taking me quite a long time to do. The way the document works is that it has several nodes with many child nodes, and those nodes also have child nodes (I believe there is a depth of about 6) and every node represents a category, and then those child nodes represent subcategories.

I need to take a top-level category, get the category name, and that represents one category. Then I take that top-level category and programmatically add to it the names of the subcategories (those are the child nodes of the top-level category)
Thank you very much!!
 

Attachments

  • code.txt
    34.6 KB · Views: 29
Last edited by a moderator:
Back
Top