okay what im trying to do is declare a parameter eg
<xsl
aram name = "idNumber" select="1"/>
then use this parameter to display only the details associated with that ID number eg,
<xsl:for-each select="details/person[id='idNumber']">
i also want to change the value in the parameter when a user clicks a "forward" or "Previous" button so they can cycle through the different people in the XML document.
please help!
thank you
kenny Kenneth Birney
User Interface Programmer
Scottish Police
<xsl
then use this parameter to display only the details associated with that ID number eg,
<xsl:for-each select="details/person[id='idNumber']">
i also want to change the value in the parameter when a user clicks a "forward" or "Previous" button so they can cycle through the different people in the XML document.
please help!
thank you
kenny Kenneth Birney
User Interface Programmer
Scottish Police