Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > b17716f8da33a3d666e1b14fe7b067ea > files > 6

perl-CGI-XMLApplication-1.1.3-6mdv2010.0.noarch.rpm

<?xml version="1.0"?>

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
    <xsl:output method="html"/>
    <xsl:template match="/">
        <html>
           <head><title>example 2 finish</title></head>
           <body>
               <xsl:value-of select="//message"/><br/>
           </body>
        </html>
    </xsl:template>
</xsl:stylesheet>