source: trunk/instant_messenger/xsl/message_new.xsl @ 305

Revision 305, 380 bytes checked in by niltonneto, 16 years ago (diff)

Correçoes

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="nickname" />
6
7        <xsl:template match="message">
8                <b><xsl:value-of select="$nickname"/>:</b><br/>
9                <xsl:value-of select="body"/>
10                <br/>
11                <br/>
12        </xsl:template>
13
14</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.