Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

xsl parameters for "forward" and "previous" buttons

Status
Not open for further replies.

birney29

Programmer
Oct 11, 2001
140
GB
okay what im trying to do is declare a parameter eg

<xsl:param name = &quot;idNumber&quot; select=&quot;1&quot;/>

then use this parameter to display only the details associated with that ID number eg,

<xsl:for-each select=&quot;details/person[id='idNumber']&quot;>

i also want to change the value in the parameter when a user clicks a &quot;forward&quot; or &quot;Previous&quot; 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
 
the problem being is that the param tag doesnt work with my namespace and if i change the namespace the documnet doesnt appear correctly. im gonna scream!!!! ahhhhhhhhhhhhhhhhhhhhhhhhh

thanks Kenneth Birney
User Interface Programmer
Scottish Police
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top