also ich habe folgendes xml file:
<a>
<b>
<div style="bla">text</bla>
<h1 style="bla">text</h2>
</b>
</a>wie kann ich nun diese html anweisung mittles xsl direkt ausgeben ohne dafuer erste mit xsl einen prozessor schrieben zu muessen.
ich will also die gesamte node /a/b ausgeben ohne dass sie von xsl befingert wird.
<xsl:copy-of select="a" />
http://de.selfhtml.org/xml/darstellung/xsltelemente.htm#copy_of
Grüße
Thomas