← Prev in month ← Prev in thread
Next in thread → Next in month →

ID attributes in html output

From
Vitaly Ostanin <>
Date
2003-07-16T12:24:02+00:00
ID
Thread
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 →