ThomasM: Element duplizieren in XML Datei

Beitrag lesen

Nachtrag:

Füge noch <root>...</root> ein:

<xsl:template match="root">  
  <root>  
    <xsl:apply-templates>  
      <xsl:sort select="hersteller" data-type="text" order="ascending"/>  
    </xsl:apply-templates>  
  </root>  
</xsl:template>

Grüße,
Thomas