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]

running java from xsl


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


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