/[Apache-SVN]/cocoon/branches/BRANCH_2_1_X/src/blocks/databases/samples/stylesheets/sql2html.xsl
ViewVC logotype

Diff of /cocoon/branches/BRANCH_2_1_X/src/blocks/databases/samples/stylesheets/sql2html.xsl

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

--- cocoon/branches/BRANCH_2_1_X/src/blocks/databases/samples/stylesheets/sql2html.xsl	2005/05/06 14:34:16	168610
+++ cocoon/branches/BRANCH_2_1_X/src/blocks/databases/samples/stylesheets/sql2html.xsl	2005/05/06 14:51:55	168611
@@ -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