export xml, add header -
02-07-2006
, 02:22 AM
Hello folks,
I successfully wrote an ActiveX script to export a hierarchical xml,
but I also need to add the headers to this export as in:
<?xml version="1.0" ?>
<?xml-stylesheet type="text/xsl" href="xmlTree.xsl"?>
Because as you can see, I need to ensure the xml uses the specified
xsl. How do I go about adding the above as a header within the xml
export?
Thanks,
Dave |