Re: [xsl] namespace conflict

Subject: Re: [xsl] namespace conflict
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 24 Jul 2003 14:20:23 +0100
> Is there a way to use two namespace in a single xsl file..like for example

you can have as many namespaces as you want, your example element

> <xsl:stylesheet  version="1.0" xmlns:xsl
> ="http://www.w3.org/1999/XSL/Transform";
>      xmlns="http://www.w3.org/TR/WD-xsl"; xmlns:eu="http://emea.eu.int";>

has three for example (four if you count the pre-declared xml: namespace)


> is there a way to tell the processor to use both the
> namespace?


This is nothing to do with namespaces, it is about programming
languages. the language that uses elements in
http://www.w3.org/TR/WD-xsl
is _nothing_ to do with XSLT, it is an entirely different language only
supported in old versions of msxml, and not supported in current
versions of anything. Asking whether you can use both languages at the
same time is like asking if you can use Java and fortran at the smae
time, the answer is yes, in theory one could imagine a processor that
had extensions that let you do that, but is that _really_ what you want
to do?

Why do you think you need the obsolete microsoft draft implementation?

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


Current Thread