XML schema |
http://converters.eionet.eu.int
|
---|---|
Output type | HTML |
Description | Stylesheet for testing global parameters grabbed from URL of instance file |
XSL file | global_parameters.xsl (Last modified: 13 Dec 2006 12:45 ) |
<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format"> <xsl:output indent="yes" doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" omit-xml-declaration="yes"/> <xsl:param name="envelopeurl"/> <xsl:param name="envelopepath"/> <xsl:param name="filename"/> <xsl:param name="instance"/> <xsl:template match="*"> <html> <head> <title>Global parameters</title> </head> <body> <h1>Transformer found the following global paramters</h1> <table border="1"> <tbody> <tr> <th>Parameter</th> <th>Value</th> </tr> <tr> <td>envelopeurl</td> <td><xsl:value-of select="$envelopeurl"/></td> </tr> <tr> <td>envelopepath</td> <td><xsl:value-of select="$envelopepath"/></td> </tr> <tr> <td>filename</td> <td><xsl:value-of select="$filename"/></td> </tr> <tr> <td>instance</td> <td><xsl:value-of select="$instance"/></td> </tr> </tbody> </table> </body> </html> </xsl:template> </xsl:stylesheet>
European Environment Agency
Kgs. Nytorv 6, DK-1050 Copenhagen K, Denmark