Home Page › Forums › BizTalk 2004 – BizTalk 2010 › XQuery › Re: XQuery
September 5, 2008 at 5:18 AM
#20603
Dunno if this helps any, but if I were using with XPath, it would be like this:
//*[local-name()=”taskid”]
I have found that when namespaces are involved, I need to use the local-name() function because standard XPath like //taskid doesn’t work.