norbert =:-): attribute in html code einbinden

Beitrag lesen

Hallo agentk!

Siehe auch Eintrag von Thomas Meinike.

Für mein Beispiel würde das so aussehen:

<input name="Knopf" type="button" value="aufzu"><xsl:attribute name="onClick">setaufzu(<xsl:value-of select="@Name" />)</xsl:attribute>

Zwischen xsl:attribute und </xsl:attribute> kannst Du verschachteln, was immer Du brauchst.

lg

norbert =:-)