Re: [xsl] Associating namespace prefix with namespace URI

Subject: Re: [xsl] Associating namespace prefix with namespace URI
From: Oliver Becker <obecker@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 17 May 2001 17:20:22 +0200 (MET DST)
> 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

Then you're using probably msxml3 which has a bug in this respect.
The name of a namespace node is the prefix only without "xmlns:".
Be careful to update the above expression if you update your processor,
otherwise substring-after(name(),':') returns an empty string.

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


Current Thread