Friday, October 15, 2004

Calling java from XLST

When calling the java extensions (that the term used when calling a java class in XSL) in the XSL file, the first element must always be the reference of the object you want to invoke the method for. parseString is defined as an input parameter at the top of the xsl and parseCSV is the namespace prefix. After the first parameter, which is the object reference, follows the list of parameters in the actual method signature.

Comments: Post a Comment



<< Home

This page is powered by Blogger. Isn't yours?