Subject: can I call java functions from within XSLT ??
From: anand awasthi <anand-awasthi@xxxxxxx>
Date: 9 Feb 2001 12:46:26 MST
|
Hi,
Depending upon the condtion given in XSL file ....I want to trigger some java
function from within xsl itself ?? is there anyway to do it ??
for example :
my xmls has following data :
<JartaXmlReport>
<RowNum>444000</RowNum>
<Sid>444</Sid>
<PageUrl>/bmc.com/default.htm</PageUrl>
<SessionStartupTime>44</SessionStartupTime>
<PageTime>40</PageTime>
<TransactionTime>400</TransactionTime>
</JartaXmlReport>
no i want my xsl to check the value of SessionStartuptime and if
its > 10 the trigger a function XYZ()...now i want to do this within XSL
itself ?? can i do this ??
i am using Sun XSLTC compiler...
tx
AA
____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|