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: Use Java Class files in XSL


> I have some Java Interfaces that are just for defining constants.
> 
> Is it possible to access this Interface from a XSLT file and 
> grab some of the values?  If so, could you some sample code?

As far as I'm aware all the XSLT processors that allow access to Java only
let you call public methods, not access public fields/properties. So unless
there's a getX() method, you can't get at it.

Mike Kay


 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]