in reply to XML namespace question

xml namespace xml register, xpather.pl , xpather.pl , Re: XML::LibXSLT ignoring namespace on some Win32 machines (libxslt-1.1.27 bug), Re^5: Xpath not working, Re^8: How to parse xml with namespase vale in XMl:LibXML? (autoRegisterNs ), Re: XML::LibXML and namespaces, Re^2: Namespaced XML::LibXML XPath query (not a bug)
/*[ local-name() = "rpc-reply" and namespace-uri() = "urn:ietf:params:xml:ns:netconf:base:1.0" and position() = 1 ] /*[ local-name() = "vlan-information" and namespace-uri() = "urn:ietf:params:xml:ns:netconf:base:1.0" and position() = 1 and @junos:style = "terse" ] /*[ local-name() = "vlan-terse" and namespace-uri() = "urn:ietf:params:xml:ns:netconf:base:1.0" ]

So there you have it :)

/*[ local-name() = "rpc-reply" ] /*[ local-name() = "vlan-information" ] /*[ local-name() = "vlan-terse" ]