source: companies/serpro/instant_messenger/xsl/message.xsl @ 903

Revision 903, 336 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:template match="/">
6   <html>
7   <head>
8   </head>
9   <body>
10      <xsl:copy-of select="." />
11   </body>
12   </html>
13</xsl:template>
14
15</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.