RE: Using a java variable inside XSLT

Subject: RE: Using a java variable inside XSLT
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 25 May 2000 09:44:58 +0100
You can't access a property of a Java class unless there is an accessor
getX() method for it. If there is an accessor method, all the Java XSLT
products provide similar (but slightly different) ways to call it: see the
documentation for your particular product.

Mike K

> 	How do I access a variable that is inside of a java 
> class in XSLT?


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


Current Thread