Creating custom designs for XIMS based websites (Part I)
Home
|
TOC
|
«
|
»
8
/21
Stylesheet template example I
Numbering paragraphs:
<xsl:template match="//p">
<p>
<xsl:number/>.
<xsl:apply-templates/>
</p>
</xsl:template>
Home
|
TOC
|
«
|
»
8
/21
© Copyright 2004 Michael Kröll