Hi gang,
More bugtracker questions
I have a query that returns a list of names. If the people meet the search criterion on more than one occasion, their name will be on the list multiple times. Is there a way in the XSL to filter it so that it only returns their name once.
One thought was to dynamically loop through the list and set an XSL variable for each person (<xsl:variable name="johndoe_written">false</xsl:variable>), then use a choose statement and look to see if it's false, if so, diplay the naeme and set it variable to "true", otherwise don't write it. That seems doable, but really intensive. Is there a better way?
Thanks a bunch!
-Scott
More bugtracker questions
I have a query that returns a list of names. If the people meet the search criterion on more than one occasion, their name will be on the list multiple times. Is there a way in the XSL to filter it so that it only returns their name once.
One thought was to dynamically loop through the list and set an XSL variable for each person (<xsl:variable name="johndoe_written">false</xsl:variable>), then use a choose statement and look to see if it's false, if so, diplay the naeme and set it variable to "true", otherwise don't write it. That seems doable, but really intensive. Is there a better way?
Thanks a bunch!
-Scott