xsl-list
[Top] [All Lists]

RE: namespace conflict

2003-07-24 06:11:35


From: sathish(_dot_)kumar(_at_)accenture(_dot_)com 
[mailto:sathish(_dot_)kumar(_at_)accenture(_dot_)com]
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



<Prev in Thread] Current Thread [Next in Thread>