HI All,I have an agent that generates a DXL file for the entire database. But when i try to use DomParser.process, i receive an error: DomParser operation failed. I think that the XML file generated by the NOtesDXLExporter is not proper. Below are some lines of the XML.
"<?xml version='1.0'?>
<database
xmlns=‘http://www.lotus.com/dxl’ version=‘6.5’ maintenanceversion=‘1.0’
replicaid=‘65256FDD0014D187’ path=‘Homepage.nsf’
title=‘MainWeb database (StomaNet NL)’
fromtemplate=‘Template - Homepage’ usejavascriptinpages=‘false’>
<databaseinfo
dbid=‘65256FDD0014D187’ odsversion=‘43’ diskspace=‘7864320’
percentused=‘90.6477864583333’
numberofdocuments=‘50’>
…
But when i replace the first line of XML to
<?xml version='1.0' encoding='utf-8'?> it works fine.It makes me feel that the XML file generated by the NotesDXLExporter class is not proper.
Please confirm on this.
Regards,
Priti.