dims 01/06/25 04:13:09
Modified: webapp/stylesheets simple-sql2html.xsl
Log:
SQLTransformer changes:
- ROWSET is now rowset (lower-case)
- ROW is now row (lower-case)
Revision Changes Path
1.3 +3 -3 xml-cocoon2/webapp/stylesheets/simple-sql2html.xsl
Index: simple-sql2html.xsl
===================================================================
RCS file: /home/cvs/xml-cocoon2/webapp/stylesheets/simple-sql2html.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- simple-sql2html.xsl 2001/05/23 12:32:21 1.2
+++ simple-sql2html.xsl 2001/06/25 11:13:00 1.3
@@ -6,9 +6,9 @@
<xsl:import href="page/simple-page2html.xsl"/>
- <xsl:template match="sql:ROWSET">
+ <xsl:template match="sql:rowset">
<xsl:choose>
- <xsl:when test="ancestor::sql:ROWSET">
+ <xsl:when test="ancestor::sql:rowset">
<tr>
<td>
<table border="1">
@@ -25,7 +25,7 @@
</xsl:choose>
</xsl:template>
- <xsl:template match="sql:ROW">
+ <xsl:template match="sql:row">
<tr>
<xsl:apply-templates/>
</tr>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]