Hi
I'm trying to find a way of splitting a single XML file into multiple XHTML files. I'm doing this server side and I'm using VB6. I'm using only the one XSL file to do the transformation.
To give you the picture, I have a root element of Districts and child nodes of District (and child nodes off from that). Lets say I have 4 different district elements and want to create 4 XHTML files with each district's data. I suppose I could load each district and create a new XML for each then transform them in tern, but is there a single call (like some kind of in-built for-next loop) I can make to go through each of these nodes and produce the XML?
Thanks
Eddie
I'm trying to find a way of splitting a single XML file into multiple XHTML files. I'm doing this server side and I'm using VB6. I'm using only the one XSL file to do the transformation.
To give you the picture, I have a root element of Districts and child nodes of District (and child nodes off from that). Lets say I have 4 different district elements and want to create 4 XHTML files with each district's data. I suppose I could load each district and create a new XML for each then transform them in tern, but is there a single call (like some kind of in-built for-next loop) I can make to go through each of these nodes and produce the XML?
Thanks
Eddie