Hello

I have an XML file with content listed below:

- <dan datum="2003-11-06">
- <spored kino="Planet Tus Celje">
- <film id="282" language="sl">
  <naslov_si>Ameriska pita: poroka</naslov_si> 
  <naslov_en>American Pie 2</naslov_en> 
  <zvrst>Komedija</zvrst> 
  <url>http://www.planet-tus.com/film.php?id=282</url> 
- <predstava>
  <ura cena="900">15:30</ura> 
  <ura cena="900">18:40</ura> 
  <ura cena="900">20:50</ura> 
  </predstava>
  </film>
</spored>
</dan>
 <dan datum="2003-11-07">
- <spored kino="Planet Tus Celje">
- <film id="282" language="sl">
  <naslov_si>Ameriska pita: poroka</naslov_si> 
  <naslov_en>American Pie 2</naslov_en> 
  <zvrst>Komedija</zvrst> 
  <url>http://www.planet-tus.com/film.php?id=282</url> 
- <predstava>
  <ura cena="900">15:30</ura> 
  <ura cena="900">18:40</ura> 
  <ura cena="900">20:50</ura> 
  <ura cena="900">23:00</ura> 
  </predstava>
  </film>
</spored>
</dan>

This XML I format with XSLT taglib (<xsltlib:style xml="url of the XML file" xsl="XSL 
file"/>).

Is it possilble to pass parameter to the XSL to get entries only for the specific date 
for example 2003-11-06 (in the XML file there are entries for one week)?

Thanks,
Stefan

Reply via email to