Click to See Complete Forum and Search --> : xsl restructuring xml


leklund
July 19th, 2000, 09:17 AM
Hi I'm trying to convert a xml file into some text files. But I need to parse in information that doesn't exist in the source xml. The problem means arises because I am to generate list of 'true/false' depending on whats in the source files and then using these to build strings to put on the output. Confusing as this seems to be it would be usefull to beable to generate "new" xml elements and then for-each of the new elements gather data and put in a resulting string. how would I do that.

swatirs
February 22nd, 2001, 06:08 AM
why not try adding new nodes using XMLDOM