I have an xml document incoming to BizTalk which is a DTD compliant. It has an instruction in the top of the document like
<!DOCTYPE SYSTEM .....
I prepared the schema for corresponding DTD.
Now, how can I remove this statement from incoming xml document and change it to a schema instruction before passing to orchestration?
Please help