J
Jim
Hi,
When using an XPath query on an XML document that contains namespaces,
is there a more efficient way to find a node set based on the local
name than
//*[local-name()='MYNAME']
Is there another syntax that avoids using a predicate?
Thanks!
Jim
When using an XPath query on an XML document that contains namespaces,
is there a more efficient way to find a node set based on the local
name than
//*[local-name()='MYNAME']
Is there another syntax that avoids using a predicate?
Thanks!
Jim