.net - XML file header in Biztalk -
i want add xml header below
<?xml version='1.1' encoding='utf-8'?> <!doctype crtlfile public "-//biz//ctrlfile_1_1//en""crtlfile_1_1.dtd">
i tried add processing instructions text , add xml declaration options on pipeline, didn't solve requirements.
please advise on how can achieve through biztalk.
you have set own custom xml declaration @ design time in pipeline component.
in "add processing instructions text" field should put
<?xml version='1.1' encoding='utf-8'?> <!doctype crtlfile public "-//biz//ctrlfile_1_1//en""crtlfile_1_1.dtd">
don't forget set add xml declaration false
Comments
Post a Comment