sboag 01/01/25 17:35:14
Modified: test/tests/conf/processorinfo processorinfo01.xsl
Log:
Oops, that last commit was a mistake. Reverted back to 1.1.
Revision Changes Path
1.3 +1 -1
xml-xalan/test/tests/conf/processorinfo/processorinfo01.xsl
Index: processorinfo01.xsl
===================================================================
RCS file:
/home/cvs/xml-xalan/test/tests/conf/processorinfo/processorinfo01.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- processorinfo01.xsl 2001/01/26 01:32:09 1.2
+++ processorinfo01.xsl 2001/01/26 01:35:14 1.3
@@ -9,7 +9,7 @@
<xsl:template match="doc">
<out>
- <xsl:value-of select="substring(system-property('xsl:version'), 1, 1)"/>
+ <xsl:value-of select="system-property('xsl:version')"/>
</out>
</xsl:template>