<?xml version="1.0" encoding="UTF-8"?> <?xmlspysamplexml e:\cio\projekte\basismodule\slinterface\res\resources\test.xml?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format"> <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="no"/> <xsl:template match="/"> <xsl:call-template name="test"> <xsl:with-param name="param1">hugo</xsl:with-param> </xsl:call-template> </xsl:template> <xsl:template name="test"> <xsl:param name="param1">ursl</xsl:param> <Ergebnis attri="{$param1}"></Ergebnis> </xsl:template> </xsl:stylesheet>