M
McGowan
Hi,
Trying to display only a certain type of data depending on a variable
passed through a url. For example if I had a list of CDs and I wanted
to display only the ones by greenday I would pass the variable
greenday via the url (http://www.somewhere.com/CDs.xml?
artist=greenday)
so I could then use: <xsl:for-each select="catalog/
cd[artist='greenday']">
I'm not sure how to retrieve the artist from the URL? I have accepted
the possibility that I may not be able to retrieve the data in this
way at all. If that is the case what is another method I could use?
Thanks,
Oliver
Trying to display only a certain type of data depending on a variable
passed through a url. For example if I had a list of CDs and I wanted
to display only the ones by greenday I would pass the variable
greenday via the url (http://www.somewhere.com/CDs.xml?
artist=greenday)
so I could then use: <xsl:for-each select="catalog/
cd[artist='greenday']">
I'm not sure how to retrieve the artist from the URL? I have accepted
the possibility that I may not be able to retrieve the data in this
way at all. If that is the case what is another method I could use?
Thanks,
Oliver