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]

parametrized xsl



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

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