|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Different Namespace Prefixes for Same Namespace URI
Is there a standard mechanism for referencing
namespace URIs for use in an XPath expression
instead of the namespace prefix?
I have a situation where I don't control the
source document. Normally I could get the value
of the <widget> element from this document:
<content xmlns:foo="http://example.org/ns">
<foo:widget>test</foo:widget>
</content>
with
<xsl:value-of select="/content/foo:widget"/>
But what happens if the namespace prefix isn't
"foo", but "bar" as in this document:
<content xmlns:bar="http://example.org/ns">
<bar:widget>test</bar:widget>
</content>
Can the namespace be referenced via the URI in
some manner, or is there another standard approach
to dealing with this issue?
Thanks
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








