[xsl] namespace conflict

Subject: [xsl] namespace conflict
From: sathish.kumar@xxxxxxxxxxxxx
Date: Thu, 24 Jul 2003 18:24:24 +0530
Hi all,
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";>

when i use this, the processor takes only the first namespace...but i need
to process some elements which are supported by the second namespace and
not the first...is there a way to tell the processor to use both the
namespace?

Thanks in advace

Regards.
-------------------------------------------------------------
Sathish Kumar
Accenture - Bangalore Delivery Centre
Phone: +91 080 5138 6024
MSNID: reach_satish33@xxxxxxxxxxx


This message is for the designated recipient only and may contain
privileged, proprietary, or otherwise private information.  If you have
received it in error, please notify the sender immediately and delete the
original.  Any other use of the email by you is prohibited.


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


Current Thread