Hallo,
ich möchte für mein Root-Element Attribute erzeugen. Dies ist eigentlich kein Problem.
Aber der Attributname xml:xsi muss einen Doppelpunkt enthalten und hier bekomme ich die Fehlermeldung:
"Unbekanntes Namespace-Präfix".
Wie kann ich denn dieses Problem beheben?
<xsl:element name="concept">
<xsl:attribute name="xmlns:xsi">
xsl:texthttp://www.w3.org/2001/XMLSchema-instance</xsl:text>
</xsl:attribute>
<xsl:attribute name="xml:lang">
xsl:texten-us</xsl:text>
</xsl:attribute>
<xsl:attribute name="xsi:noNamespaceSchemaLocation">
xsl:text../catalog/concept.xsd</xsl:text>
</xsl:attribute>
Vielen Dank im voraus.
Viele Grüße
snow_white