Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Custom Extension XML › Re: Custom Extension XML
August 19, 2010 at 2:34 PM
#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