BizTalk Map Documenter for 2010
I have a project with BizTalk 2010 and really want to use the BizTalk Map Documenter for the maps. I pointed it to my maps and the output did not show the content from Constant Functoids or Links into Functoids.
I looked through the XSLT file and discovered a couple of tweaks that got it all working.
Basically, everywhere in the XSLT where it references ”@Type = ‘Link’” or ”@Type = ‘Constant’” had to be changed to ”@Type = ‘link’” and ”@Type = ‘constant’”.
XLST is a case-sensitive language. Apparently in BizTalk 2010 the Type for Links and Constants in the map-generated code has all lower-case “link” and “constant”.
Anyway, I am glad to have found an easy solution. It sure beats having to put all that documentation together by hand! There will be lots of maps by the end of this project, so I am happy to have an automated tool to create useful docs.
[...] I got some output but it did not contain content for Constant functoids or links into functoids. John Glisson has been there before and after making the changes that he recommended I got some output for [...]
BizTalk Map Documenter for 2010 « Connected Pawns
August 31, 2011 at 4:26 am
Thanks for the addition.
jglisson73
August 31, 2011 at 1:07 pm