source: trunk/gsdl3/web/interfaces/default/transform/system.xsl@ 4102

Last change on this file since 4102 was 4102, checked in by kjdon, 21 years ago

basic stylesheet to process the response of system configure requests

  • Property svn:keywords set to Author Date Id Revision
File size: 476 bytes
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<xsl:stylesheet version="1.0"
3 xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
4
5 <xsl:include href="style.xsl"/>
6
7 <xsl:template name="pageHead">
8 <head>
9 <title><xsl:call-template name="text"><xsl:with-param name="key">nzdl</xsl:with-param></xsl:call-template></title>
10 </head>
11 </xsl:template>
12
13 <xsl:template match="pageResponse">
14 <xsl:value-of select="status"/>
15 </xsl:template>
16
17</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.