[xsl] root siblings contain xmlns=""

Subject: [xsl] root siblings contain xmlns=""
From: christoph.klocker@xxxxxx
Date: Mon, 12 Jun 2006 08:16:18 +0200
Hi,
I do an transformation where I add a a schema declaration to the root
element:

in the Stylesheet I define the root element as follows:



  <xsl:template match=3D"Element">
 <XML xmlns=3D"http://www.something.at/Something"; xmlns:xsi=3D"http:
 //www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=3D"http:
 //www.something.at/Something
             http://www.something.at/something.xsd";>
          <xsl:apply-templates/>
             <Arranger>
                 <xsl:apply-templates select=3D"$Var//ArrangerList/*"/>
             </Arranger>
     </XML>

  <xsl:template match=3D"node()|@*">
         <xsl:copy>
             <xsl:apply-templates/>
         </xsl:copy>
     </xsl:template>

 in the result document all the siblings of the root Element contain
 the empty namespace ' <element xmlns=3D""> '
 How can I get rid of this=3F=3F

 I am using Saxon8B

 thx Christoph




This message and any attachment ("the Message") are confidential. If you are
not the intended recipient any use is strictly prohibited. If you have
received the Message in error, please notify the sender immediately and delete
the Message from your system, any use is forbidden. Correspondence via e-mail
is primarily for information purposes. KAG/RVG/RIFA/ImmoKAG neither makes nor
accepts legally binding statements unless otherwise agreed to the contrary

Current Thread