This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Using a java variable inside XSLT


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]