Thomas Meinike: XSlt - Standalone-Elemente

Beitrag lesen

Hallo,

sorry, Cut'n'Paste-Fehler bei </xsl:attribute>:

gegenueber:

<xsl:element name="circle">

<xsl:attribute name="cx">
    <xsl:value-of select="..." />
  </xsl:attribute>

<xsl:attribute name="cy">
    <xsl:value-of select="..." />
  </xsl:attribute>

<xsl:attribute name="r">
    <xsl:value-of select="..." />
  </xsl:attribute>

<xsl:attribute name="fill">
    <xsl:value-of select="..." />
  </xsl:attribute>

</xsl:element>

MfG, Thomas