http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1747

*** shadow/1747 Sun May 20 17:27:24 2001
--- shadow/1747.tmp.7049        Tue Jun  5 12:03:40 2001
***************
*** 1,19 ****
! Bug#: 1747
! Product: XalanJ2
! Version: 2.0.0
! Platform: Sun
! OS/Version: Solaris
! Status: NEW   
! Resolution: 
! Severity: Normal
! Priority: High
! Component: org.apache.xalan.xsltc
! AssignedTo: [EMAIL PROTECTED]                            
! ReportedBy: [EMAIL PROTECTED]               
! URL: 
! Cc: 
! Summary: xsltc's external java function ns url should be 
xml.apache.org/xalan/xsltc/java/
! 
  Cuttently the the amespace url to use for external Java functions must be the 
  following exact URL:
  
--- 1,19 ----
! +============================================================================+
! | xsltc's external java function ns url should be xml.apache.org/xalan/xsltc |
! +----------------------------------------------------------------------------+
! |        Bug #: 1747                        Product: XalanJ2                 |
! |       Status: NEW                         Version: 2.0.0                   |
! |   Resolution:                            Platform: Sun                     |
! |     Severity: Normal                   OS/Version: Solaris                 |
! |     Priority: High                      Component: org.apache.xalan.xsltc  |
! +----------------------------------------------------------------------------+
! |  Assigned To: [EMAIL PROTECTED]                                     |
! |  Reported By: [EMAIL PROTECTED]                                          |
! |      CC list: Cc:                                                          |
! +----------------------------------------------------------------------------+
! |          URL:                                                              |
! +============================================================================+
! |                              DESCRIPTION                                   |
  Cuttently the the amespace url to use for external Java functions must be the 
  following exact URL:
  
***************
*** 24,26 ****
--- 24,44 ----
      xml.apache.org/xalan/xsltc/java/<class>
                        
  where <class> identifies the class with the static method.
+ 
+ ------- Additional Comments From [EMAIL PROTECTED]  2001-06-05 12:03 -------
+ I checked this problem again, because it was supposed to have been fixed. Using 
+ the current xml-xalan/java build, attempting to compile a stylesheet with 
+ 
+    xmlns:<javaclass>="http://xml.apache.org/xalan/xsltc/java/<javaclass>
+ 
+ or 
+ 
+   xmlns:<javaclass>="xml.apache.org/xalan/xsltc/java/<javaclass>
+ 
+ gives: Unable to resolve call to funtion
+ 
+ And the old name space for external java functions still works
+ 
+   xmlns:<javaclass>="http://www.sun.com/xsltc/java/<javaclass>
+ 
+ 

Reply via email to