Subject: running java from xsl
From: Juan Perez <juan.perez@xxxxxxxxxx>
Date: Tue, 30 Oct 2001 17:41:32 +0100
|
hi all,
is there anybody with experience in running java code from a stylsheet? I
mean, I have a java application who works via some parameters given by the
user. I´m interested in run this application thanks to variables/parameters
of the stylesheet.
What I tried is create a namespace corresponding to the situation of the
java class,
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:mynspace=
"D:\_juan\Examples\xmldatabases\dbxml\xtint.JDBCXSLProcessor"
version="1.0">
but after trying
<xsl:variable name="runfun" select="mynspace:main()"/>
(by fixing the parameters in the java code)
the matter doesn´t work.
Any suggestion?
Thanks,
Juan
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|