This is the mail archive of the
docbook-apps@lists.oasis-open.org
mailing list .
[docbook-apps] ID attributes in html output
- From: Vitaly Ostanin <vyt at vzljot dot ru>
- To: docbook-apps at lists dot oasis-open dot org
- Date: Wed, 16 Jul 2003 16:39:36 +0400
- Subject: [docbook-apps] 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: vyt@vzljot.ru
JID: vyt@vzljot.ru
---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org