It seems to work if you specify the location of schema file using an absolute path inside the xml file, like
xsi:schemaLocation="C:\xsds\bundle_toolbar_new.xsd" or you use the third parameter of DOM Parse XML SOURCE and provide the path to the xsd there (again, use an absolute path) More infos: http://kb.4d.com/assetid=76865 Regards Lutz ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

