.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

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -