← Prev in month
← Prev in thread
Next in thread →
Next in month →
ID attributes in html output
Hello.
It's possible to copy 'id' attributes in html output?
Like
<xsl:template match="@id">
<xsl:attribute name="id">
<xsl:value-of select="."/>
</xsl:attribute>
</xsl:template>
@id could be useful as CSS selector:
http://www.w3.org/TR/REC-CSS1#id-as-selector
--
Regards, Vyt
mailto:
JID:
← Prev in month
← Prev in thread
Next in thread →
Next in month →