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


> 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@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


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