zipdrive: xmlns - attribute trotz exclude-element-prefixes

Beitrag lesen

Hallo ich habe Probleme bei dieser Transformation:

  
XSLT - Output  
  
<p xmlns:ljjv="http://namespace.ju-jutsu-leinefelde.de./" xmlns:xlink="http://www.w3.org/1999/xlink">  
 <em>Mein Text</em>  
</p>  
  
XML - Source  
  
<ljjv:description xlink:type="title">  
 <!-- Start -->  
  <p><em>Mein Text</em></p>  
 <!-- End -->  
</ljjv:description>  
  
XSLT  
  
<xsl:copy-of select="ljjv:description/child::*" />  
  
XSLT - Output Atribute : exclude-result-prefixes="ljjv xlink"  

Er schreibt mir beim Kopieren der Knoten, xmlns - Attribute mit rein, obwohl ich das im stylesheet Element abgestellt habe.