<xsl:stylesheet xmlns:xsl = "http://www.w3.org/1999/XSL/Transform" version =
"1.0" >
<xsl:output method =
"xml" indent =
"yes" />
<xsl:template match =
"/" >
<AAA >
<QQQ >
<xsl:attribute name =
"nnn:qqq" namespace =
"http://zvon.org/xslt" >111</xsl:attribute>
</QQQ>
<xsl:element name =
"{//el}" >
<xsl:attribute name =
"{//attr}" namespace =
"{//ns}" >
<xsl:value-of select =
"//val" />
</xsl:attribute>
</xsl:element>
</AAA>
</xsl:template>
</xsl:stylesheet>
Author: Miloslav Nic [nicmila@idoox.com]