Re: [xsl] Associating namespace prefix with namespace URI

Subject: Re: [xsl] Associating namespace prefix with namespace URI
From: Jeni Tennison <mail@xxxxxxxxxxxxxxxx>
Date: Thu, 17 May 2001 17:25:48 +0100
Oliver Becker wrote:
>> 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.

This bug is fixed in the MSXML3sp1 release - probably best to update
the processor and use the correct code...

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/



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


Current Thread