/[Apache-SVN]/cocoon/blocks/unsupported/databases/trunk/samples/stylesheets/sql2html.xsl
ViewVC logotype

Diff of /cocoon/blocks/unsupported/databases/trunk/samples/stylesheets/sql2html.xsl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- cocoon/blocks/unsupported/databases/trunk/samples/stylesheets/sql2html.xsl	2005/05/06 15:22:51	168616
+++ cocoon/blocks/unsupported/databases/trunk/samples/stylesheets/sql2html.xsl	2005/05/06 15:24:48	168617
@@ -60,6 +60,13 @@
 
   <xsl:template match="sql:description"/>
 
+  <xsl:template match="sql:returncode">
+    <td>
+      <xsl:copy-of select="node()"/>
+      rows updated.
+    </td>
+  </xsl:template>
+
   <xsl:template match="sql:id">
     <!-- ignore -->
   </xsl:template>

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26