Suppress XML documentation warnings for a project

January 11th, 2006 by Sander Schutten

When I turned on the feature to output an XML documentation file when building my project I’m confronted with a load of warnings that the XML documentation is missing for some method. While it’s nice to see these warnings I didn’t want to see them anymore without lowering the warning level. So I searched the net and found a way to suppress these warnings:

  • Go to the properties of your project.
  • Go to Configuration Properties | Build
  • Enter the number 1591 in the field labelled ‘Suppress Specific Warnings

I’m still looking for a complete table featuring all the warnings and their code so I can turn off other warnings when I get them.

Posted in General | No Comments »

Identify node type in XSLT

January 9th, 2006 by Sander Schutten

For a BizTalk solution I needed to write some custom XSLT. In the XSLT I needed to determine the node type and according to the type execute a specific piece of XSLT. Unfortunately it’s not very easy to get the node type in XSLT. It took me a while to find this post which explains a solution for this. Maybe it could help you out.

http://www.stylusstudio.com/xsllist/200312/post00260.html

Posted in BizTalk Server | No Comments »

Happy new year!

January 2nd, 2006 by Sander Schutten

From this place I would like to wish both readers of this blog a happy new year. My target for 2006 is to grow this blog and hopefully more people will read it.

Posted in General | No Comments »