Altova Mailing List Archives>Archive Index >comp.text.xml Archive Home >Recent entries >Thread Prev - Re: beginning xslt... filtering or xml data based on the value of a node [Thread Next] Re: beginning xslt... filtering or xml data based on the value of a nodeTo: NULL Date: 4/7/2008 9:56:00 PM tamak wrote: > Thanks for the replies --- I have been continuing to work on my > understanding of it all and have successfully developed the xslt to > list my records the way I want them and have the EVENTTITLE node > serving as a link using the following syntax: > > pagename.asp?eID=xxxxx I don't use ASP, so I have no idea of what this implies, or if it will work. It's certainly the right URI syntax. > I've tried to use <xsl:param name="eID"> and then refer to $eID in > the xsl filter but I get no results / returns (when Im positive that > that individual ID exists in the data. That's the correct method. How are you passing the value into the XSLT? If it's via the ASP URI above, you may need some extra programming to make the value pass through...consult an ASP guru for this. To test if the value is being passed, add in the relevant template: <xsl:message> <xsl:text>Got eID value "</xsl:text> <xsl:value-of select="$eID"/> <xsl:text>"</xsl:text> </xsl:message> > So my question now I'd get the value-passing working first. ///Peter -- XML FAQ: http://xml.silmaril.ie/ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
