morten 01/05/17 04:00:37 Modified: java/src/org/apache/xalan/xsltc/compiler Constants.java Log: Changed the URI for external Java functions (still only static methods) to "www.apache.org/xalan/xsltc/java/<class>". Are we sure we don't want the "http://" prefix on this URI? PR: bugzilla 1747 Obtained from: n/a Submitted by: [EMAIL PROTECTED] Reviewed by: [EMAIL PROTECTED] Revision Changes Path 1.2 +2 -3 xml-xalan/java/src/org/apache/xalan/xsltc/compiler/Constants.java Index: Constants.java =================================================================== RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/xsltc/compiler/Constants.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Constants.java 2001/04/17 18:51:23 1.1 +++ Constants.java 2001/05/17 11:00:33 1.2 @@ -1,5 +1,5 @@ /* - * @(#)$Id: Constants.java,v 1.1 2001/04/17 18:51:23 sboag Exp $ + * @(#)$Id: Constants.java,v 1.2 2001/05/17 11:00:33 morten Exp $ * * The Apache Software License, Version 1.1 * @@ -453,8 +453,7 @@ public static final String XSLT_URI = "http://www.w3.org/1999/XSL/Transform"; public static final String TRANSLET_URI - = "http://www.sun.com/xsltc"; - + = "www.apache.org/xalan/xsltc"; public static final String FALLBACK_CLASS = "org.apache.xalan.xsltc.compiler.Fallback"; }
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
