Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
my issue is when I try to import an xml file I'll get an error.
I already know that the file has doctype informationen which are not common in xml standard but it's generated
from another system and those files are saved as *.xml
Is there a way to modify or remove the doctype tag each time when I get or copy that file?
Because when I remove doctype then I'll be able to import/work with that file.
Thanks for any hints.
If you are using the tFileInputXML please check in the advanced settings the option "Ignore DTD file".
This could help.
Best regards
Jan
Could you please post an example of your file and the exception you get while importing it.
It's nested exeption and it's saying:
.../bmecat_new_catalog_1_2.dtd (system can't find this file)
because in the xml file is this line
<!DOCTYPE BMECAT SYSTEM "bmecat_new_catalog_1_2.dtd">
If you are using the tFileInputXML please check in the advanced settings the option "Ignore DTD file".
This could help.
Best regards
Jan
If my suggestion helps please mark the issue as solved and perhaps mark it a Kudo.
Otherwise we trying to find another solution.