I am downloading an XML file from a trusted source and would like to allow
for DTD inside an XML file that is being downloaded through SSIS. Can anyone
tell me how can I set the ProhibitDTD in the XMLReaderSettings to false for
SSIS processing?
I can't find anyone who can tell me how to tell MSXML 6.0 that SSIS can
allow DTD. This document from MS seems useless for an SSIS developer:
The error I am getting is:
[XML Source [1]] Error: The component "XML Source" (1) was unable to read
the XML data. DTD is prohibited in this XML document.
The following thread outlines a work around that I wasn't able to impliment.
We want to simply allow DTD instead of stripping it out like this talks
about.
Any assistance would be greatly appreciated!
Keith
for DTD inside an XML file that is being downloaded through SSIS. Can anyone
tell me how can I set the ProhibitDTD in the XMLReaderSettings to false for
SSIS processing?
I can't find anyone who can tell me how to tell MSXML 6.0 that SSIS can
allow DTD. This document from MS seems useless for an SSIS developer:
The error I am getting is:
[XML Source [1]] Error: The component "XML Source" (1) was unable to read
the XML data. DTD is prohibited in this XML document.
The following thread outlines a work around that I wasn't able to impliment.
We want to simply allow DTD instead of stripping it out like this talks
about.
Any assistance would be greatly appreciated!
Keith