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

Subject: using my/url.xml?parameter=myparameter with XSL
From: Luc Saint-Elie <luc@xxxxxxxxxxxxxxx>
Date: Thu, 06 Jul 2000 01:49:55 +0200
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@xxxxxxxxxxxxxxx                    |
+------------------------------------------------+
|  Java Server Side  Open Source technologies    |
|       http://www.interpasnet.com/JSS           |
+------------------------------------------------+


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread