|
Subject: Re: [xsl] How to give an attribute a QName value, with the appropriate prefix? From: "Imsieke, Gerrit, le-tex" <gerrit.imsieke@xxxxxxxxx> Date: Mon, 27 Aug 2012 22:46:16 +0200 |
<xsl:template match="xs:attribute">
<xsl:copy>
<xsl:copy-of select="@*" />
<xsl:attribute name="type"><xsl:value-of select="QName('http://www.w3.org/2001/XMLSchema', 'anySimpleType')" /></xsl:attribute>
<xsl:sequence select="node()" />
</xsl:copy>
</xsl:template>
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] How to give an attribute , G. Ken Holman | Thread | Re: [xsl] How to give an attribute , Imsieke, Gerrit, le- |
| Re: [xsl] How to give an attribute , G. Ken Holman | Date | Re: [xsl] How to give an attribute , Imsieke, Gerrit, le- |
| Month |