G
Guest
Hi
I am generating an XML file using data in various tables in an Access DB. So
far, I can generate the "data part" of the XML without problem, but I failed
to generate the very first line in the XML file, which reads like:
<?xml version="1.0" encoding="iso-8859-1"?>
I've tried using the processing instruction (Set procInstr =
docO.createProcessingInstruction("xml", "version=""1.0""
encoding=""iso-8859-1"""), but I don't know how to add that processing
instruction to the output. addChild doesn't work, so what shall I use ?
Thanks for help
I am generating an XML file using data in various tables in an Access DB. So
far, I can generate the "data part" of the XML without problem, but I failed
to generate the very first line in the XML file, which reads like:
<?xml version="1.0" encoding="iso-8859-1"?>
I've tried using the processing instruction (Set procInstr =
docO.createProcessingInstruction("xml", "version=""1.0""
encoding=""iso-8859-1"""), but I don't know how to add that processing
instruction to the output. addChild doesn't work, so what shall I use ?
Thanks for help