Home Page › Forums › BizTalk 2004 – BizTalk 2010 › xpath expression › Re: xpath expression
January 25, 2007 at 8:42 AM
#17422
Here is the error in your construct, onlybiz,
*[local-name()='interact'='104']
I think this may have been what you intended:
/*[local-name()='Parent1']/*[local-name()='childBooks']/*[local-name()='childBook']/*[local-name()='books'][../interact = '104']/*
– wa