A LotusScript agent detaches XML attachments in the inbox of a mail-in database. It parses the detached files and transforms them into CSV. When it comes accross bad XML (e. g. missing end tags) the parser validates, creates an errror and resumes next. Is it possible to use a non validating parser in Domino? I would like to have the parser to ignore (not validate) and still transform the file.
Subject: XML Parser
Are you using a NotesDOMParser? It has an InputValidationOption property. See Designer Help for details.