RE: [xsl] namespace conflict

Subject: RE: [xsl] namespace conflict
From: "Jim Fuller" <jim.fuller@xxxxxxxxxxxxxxxxxx>
Date: Thu, 24 Jul 2003 14:11:35 +0100

> From: sathish.kumar@xxxxxxxxxxxxx [mailto:sathish.kumar@xxxxxxxxxxxxx]
> Sent: 24 July 2003 13:54
> Subject: [xsl] namespace conflict

> Is there a way to use two namespace in a single xsl 
> file..like for example

> <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";>

you are not using XSLT ! u are using the 'language that we do not name' on this list ( old ms variant of xslt ). 

use  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; namespace instead and things should work out fine, but of course you didnt tell us which XSLT processor you are using.

read up at www.netcrucible.com

gl, jim fuller


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


Current Thread