Hi, I have a problem with tFileInputXML, it generate an Exception. but i would like to put files in exception in specific repository, but the loop stop when tFileInputXML find an error. i have 127 xml and my jobs stop to 65 xml. My TOS is 4.0 and window XP SP3 Regards.
Hello, I had the same problem and solved it by using tXSDvalidator component. It is able to validate the XML structure but also to detect if the file is not XML well formed. Regards.
hi, I have always the exception : Exception in component tDTDValidator_1 org.xml.sax.SAXParseException: An invalid XML character (Unicode: 0x0) was found in the element content of the document. Regards.
I just made a new test using tXSDValidator (not tDTDValidator) which access an empty file. The component correctly mentions that the file is invalid and without raising exception like you.
-can you check if you have the same with tXSDValidator ?
-Is your XML file has a specific content ?