tmiller 2002/06/05 11:00:36
Modified: java/src/org/apache/xalan/xsltc/runtime BasisLibrary.java
Log:
updated xsl:vendor string
Revision Changes Path
1.38 +2 -2
xml-xalan/java/src/org/apache/xalan/xsltc/runtime/BasisLibrary.java
Index: BasisLibrary.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xalan/xsltc/runtime/BasisLibrary.java,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- BasisLibrary.java 5 Jun 2002 17:59:00 -0000 1.37
+++ BasisLibrary.java 5 Jun 2002 18:00:36 -0000 1.38
@@ -1,5 +1,5 @@
/*
- * @(#)$Id: BasisLibrary.java,v 1.37 2002/06/05 17:59:00 tmiller Exp $
+ * @(#)$Id: BasisLibrary.java,v 1.38 2002/06/05 18:00:36 tmiller Exp $
*
* The Apache Software License, Version 1.1
*
@@ -431,7 +431,7 @@
if (name.equals("xsl:version"))
return("1.0");
if (name.equals("xsl:vendor"))
- return("Apache Software Foundation XSLTC");
+ return("Apache Software Foundation (XSLTC)");
if (name.equals("xsl:vendor-url"))
return("http://xml.apache.org/xalan-j");
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]