pauldick 01/11/02 12:00:03
Modified: test/tests/conf/processorinfo processorinfo03.xsl
Log:
Made it generic for both Xalan Processors
Revision Changes Path
1.2 +3 -1
xml-xalan/test/tests/conf/processorinfo/processorinfo03.xsl
Index: processorinfo03.xsl
===================================================================
RCS file:
/home/cvs/xml-xalan/test/tests/conf/processorinfo/processorinfo03.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- processorinfo03.xsl 2000/12/15 22:28:41 1.1
+++ processorinfo03.xsl 2001/11/02 20:00:03 1.2
@@ -9,7 +9,9 @@
<xsl:template match="doc">
<out>
- <xsl:value-of select="system-property('xsl:vendor-url')"/>
+ <xsl:if test="contains(system-property('xsl:vendor-url'),
'http://xml.apache.org/xalan-')">
+ <xsl:value-of select="'Xalan_URL_found'"/>
+ </xsl:if>
</out>
</xsl:template>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]