Hi, I ve managed to create a DOMtree from scratch referring the example CreateDOMDocument and can save it as a file. Now how to i include the <!DOCTYPE ... SYSTEM > info in the DOM tree so the parser can include this info when creating the xml file.
Thanks much, sp