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


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


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