Simple Xalan extension functions: Mixing Java with XSLT
The Xalan XSLT processor can invoke almost any method in almost any Java class in the classpath.
|
|
The Xalan XSLT processor can invoke almost any method in almost any Java class in the classpath. Doing so can improve performance, provide features like trigonometric functions that aren't available in XSLT, perform file I/O, talk to databases and network servers, or implement algorithms that are easy to write in the Java language but hard to write in XSLT. Learn the basics of invoking Java code from Xalan. Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.