How do i write the following two lines to an xml document?\[code\]<?xml version="1.0" encoding="UTF-8"?><package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="evolution.xsd">\[/code\]i'm using the following activeX obj in an .hta application coded with html and javascript.\[code\]xmlDoc = new ActiveXObject("Msxml2.DOMDocument.3.0");xmlDoc.setProperty("SelectionLanguage", "XPath");//synchronous load the xml dataxmlDoc.async="false";\[/code\]