Re: Custom Extension XML

Home Page Forums BizTalk 2004 – BizTalk 2010 Custom Extension XML Re: Custom Extension XML

#25692

This definitely works, I have an example I have created. The CustomXslt tag in the .btm file looks like this when not using a custom Xslt file, just the extensions file:
<CustomXSLT XsltPath=”” ExtObjXmlPath=”.\extension.functions.xml” />

Typically I put the extensions file in the same project directory as the map and add it to the project. This is so it is maintained under source control