This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Associating namespace prefix with namespace URI


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@informatik.hu-berlin.de on 17/05/2001 14:35:32

Please respond to xsl-list@lists.mulberrytech.com

To:   xsl-list@lists.mulberrytech.com
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@informatik.hu-berlin.de             |
|  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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]