Hi,
I am trying to create an application that will open an existing XML file and parse the file into separate HTML pages. I cannot figure out how to do this. The XML file contains data for 100 or so pages, and I need to parse out and rename the custom XML nodes to their HTML equivalents, and then write an HTML page per certain node that occurs in the XML. I then use information gathered while parsing (how many pages, belonging to which chapters, etc.) to create navigation and such for the HTML pages.
I can't figure out, once I have read in my XML, where to go from there.
Any help?
Ben