Home Page › Forums › BizTalk 2004 – BizTalk 2010 › xpath expression › Re: xpath expression
January 25, 2007 at 8:44 AM
#17423
Also, I should have mentioned this one:
//*[local-name()='books'][../interact = '104']/*
This finds all books nodes across the document that have an interact value of 104
-wa