/ Forums / Advansys Formativ / Creating Solutions with Formativ / XmlDom.loadfromdisk problems / Reply To: XmlDom.loadfromdisk problems
August 30, 2007 at 5:13 pm
#7861
The following sample XML works in here. The doc.XML property return the contents of the XML. Make sure the XML contents are valid. You also need to make sure that correct version of MSXML Parser Installed on the Computer. See the following links for more information:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q278674
http://support.microsoft.com/kb/269238
<?xml version="1.0" encoding="UTF-8"?> <folders> <folder id="6.100.0.1.0.1" name="Mailbox"/> <folder id="7.100.0.1.0.1" name="Notes"/> <folder id="8.100.0.1.0.1" name="Drafts"/> </folders>
There are XML forums on the web which could be useful to get more advice relate to XML. Example:
http://groups.google.com.au/group/microsoft.public.xml/topics?lnk=sg&hl=en
Regards,
Advansys Support