source: companies/serpro/jabberit_messenger/xsl/options.xsl @ 903

Revision 903, 478 bytes checked in by niltonneto, 15 years ago (diff)

Importacao inicial do Expresso do Serpro

Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
3        <xsl:output method="html" omit-xml-declaration="yes"/>
4
5        <xsl:param name="style" />
6
7        <xsl:template match="/">
8
9                <dl style="margin:0;">
10                        <xsl:apply-templates select="." mode="option" />
11                </dl>
12        </xsl:template>
13
14        <xsl:template match="option" mode="option">
15                <dt style="{style}"><xsl:value-of select="item"/></dt>
16        </xsl:template>
17
18</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.