Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Mapping Question › Re: Mapping Question
May 1, 2008 at 5:04 AM
#19515
Just a small comment on that –
If you can, you should avoid using ‘//’ in xpaths anywhere.
In many cases this is just laziness which results in a significant performance hit.
when you use ‘//’ the xsl engine has to scan the entire document to find ‘Page’ elmenets; if you know where they exist in the document you should specify that explicitly.