RE: [development-axapta] XML in Axapta

2006-02-13 Thread Bruno Max Sørensen
Hi Vegar Version and encoding should be included in the parameter used with the method loadXML XMLDocument.loadXML( + ) Regards /Bruno   _  From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of vegar410 Sent: 7. februar 2006 13:43 To: development-axapta@yaho

Re: [development-axapta] XML in Axapta

2006-02-09 Thread LarsBMikkelsen
    XMLDocument XMLDocument = new XMLDocument();     XMLDocument.appendChild(XMLDocument.createProcessingInstruction("xml",'version="1.0" encoding="ISO-8859-1"'));     XMLDocument.appendChild(XMLDocument.createElement('Root'));     XMLDocument.save("test.xml"); http://lists.xml.org/archives/xm