John Glisson's Blog

Geeky stuff…

BizTalk Map Documenter for 2010

with 2 comments

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.

Advertisement

Written by jglisson73

February 4, 2011 at 8:57 pm

Posted in Uncategorized

Tagged with ,

2 Responses

Subscribe to comments with RSS.

  1. [...] 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 [...]

    • Thanks for the addition.

      jglisson73

      August 31, 2011 at 1:07 pm


Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.