Re: [xsl] Associating namespace prefix with namespace URI

Subject: Re: [xsl] Associating namespace prefix with namespace URI
From: "Iain W Fergusson" <fergusson_iain@xxxxxxxxxxxx>
Date: Thu, 17 May 2001 15:55:55 +0100
Thanks Oliver,

That works, with one small change

string(namespace::*[substring-after(name(),':')=substring-before(current()/@type,':')])

to strip off the "xmlns:" at the start of the name

Regards,

Iain




obecker@xxxxxxxxxxxxxxxxxxxxxxx on 17/05/2001 14:35:32

Please respond to xsl-list@xxxxxxxxxxxxxxxxxxxxxx

To:   xsl-list@xxxxxxxxxxxxxxxxxxxxxx
cc:   (bcc: Iain W Fergusson)
Subject:  Re: [xsl] Associating namespace prefix with namespace URI




Hi Iain

> Is there any way to pick up which namespace URI is associated with a
> particular namespace prefix?

If that namespace is in scope for the context element then you can use
the namespace axis:
string(namespace::*[name()=substring-before(current()/@type,':')])

Cheers,
Oliver


/-------------------------------------------------------------------\
|  ob|do        Dipl.Inf. Oliver Becker                             |
|  --+--        E-Mail: obecker@xxxxxxxxxxxxxxxxxxxxxxx             |
|  op|qo        WWW:    http://www.informatik.hu-berlin.de/~obecker |
\-------------------------------------------------------------------/


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list








This communication is for informational purposes only.  It is not intended as
an offer or solicitation for the purchase or sale of any financial instrument
or as an official confirmation of any transaction. All market prices, data
and other information are not warranted as to completeness or accuracy and
are subject to change without notice. Any comments or statements made herein
do not necessarily reflect those of J.P. Morgan Chase & Co., its
subsidiaries and affiliates.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread