DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3994>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

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

xsltc should supprt same method for calling external Java functions as Xalan

           Summary: xsltc should supprt same method for calling external
                    Java functions as Xalan
           Product: XalanJ2
           Version: 2.0.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: org.apache.xalan.xsltc
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Both Xalan and XSLTC support the calling of external java functions.
However, differences in the syntax for the xml namespace declaration
for the external java functions prevent you from being able to 
use the same stylesheet for both Xalan and XSLTC.

For Xalan, you declare the namespace as follows:

        xmlns:java="http://xml.apache.org/xslt/java

For XSLTC, you delcare the namespace as follows:

        xmlns:xsltc="http://xml.apache.org/xalan/xsltc/java

or as

        xmlns:someclass="http://xml.apache.org/xalan/xsltc/java/someclass

Reply via email to