[xsl] xalan + java

Subject: [xsl] xalan + java
From: Andrey Solonchuk <solo@xxxxxxxxxxxxxx>
Date: Wed, 18 Dec 2002 19:07:05 +0200
  hi all

  using java i can write this in xsl file

       xmlns:java="http://xml.apache.org/xslt/java";
       <xsl:variable name="customer" select="java:EmployeeResource.getCustomer()"/>

       and its work good

       but how I can try call this function
in java I wrote it ->  EmployeeResource.getInstance().get...();

xalan founded error after first pair brackets

how wrote rthis in xsl

thank all
-- 
Best regards,
 Andrey                          mailto:solo@xxxxxxxxxxxxxx



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread