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]

using my/url.xml?parameter=myparameter with XSL


Hello,

I'd like to know how to do the following

I have a xml file "file.xml" and a xsl file
file.xml file contains stuff like :

<section id="1">
[....]
</section>

<section id="2">
[....]
</section>

<section id="3">
[....]
</section>

I'd like to write a xsl script that allow to display a section (and only
this one) using

http://my-domain.com/file.xml?id=1 -> display section 1

http://my-domain.com/file.xml?id=2 -> display section 2

http://my-domain.com/file.xml?id=3 -> display section 3



Thanks in advance

Luc
+------------------------------------------------+
| Luc Saint-Elie                                 |
| email : luc@interpasnet.com                    |
+------------------------------------------------+
|  Java Server Side  Open Source technologies    |
|       http://www.interpasnet.com/JSS           |
+------------------------------------------------+


 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]