parametrized xsl

Subject: parametrized xsl
From: Evgenii Bazarov <evgeniibazarov@xxxxxxx>
Date: 22 May 00 18:44:58 MSD
Hello,

Assume I got the xml like

<chapter no="c1">
...
</chapter>
<chapter no="c2">
...
</chapter>
....

and I would like somehow to output only one chapter (e.g. "c4").
The chapter number is based on the input from client.
The xsl is more or less static, does it mean that I will
have to deal with DOM representation
of the XSL sheet, change it each time and run processor. Or
maybe there is way to do this without touching Java?

Thanks,
Evg






____________________________________________________________________
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


Current Thread