NotesDXLImporter - Error message

I’m having trouble using the NotesDXLImporter class.

When calling the ‘Process’ subroutine the script falls over with the following error:

“Could not open file: C:\Lotus6\notes\xmlschemas\domino_6_5_1.dtd”

My Notes clients are installed under C:\Program Files.… where the dtd file is located.

Does anybody know how to change where the NotesDXLImporter looks to get the dtd document?

Thanks

Subject: NotesDXLImporter - Error message

Try posting the XML that references the domino_6_5_1.dtd, in the tag.

If everything else fails, you could always choose to prevent dtd validation…

notesDXLImporter.InputValidationOption = VALIDATE_NEVER '(0)