Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a problem how to export two charts concecutively in one xml file. I also need to modify some of the tags and remove the chart description tags. Is this possible?
I don't think this is possible. If you want two xml-files integrate in one file you must do it from outside, perhaps per vbscript - but it is really necessary? Maybe it is easier to modify your xml target-system ...
Alternatively you could build these data-structures within the script, stored it as txt-file and create afterwards your xml with a third party tool.
- Marcus
Hi Nico,
therefor XSLT was invented..
- Ralf