|
top
|
Subject: Filter records Author: Raymond X Date: 06 Mar 2008 10:33 AM Originally Posted: 06 Mar 2008 10:30 AM
|
Hi Guys,
I am quite new to xsl/xml but am interested in it.
I have some existing files from user, there are already some filter function but I need to add more: some dropdownlist and textbox to filter records.
In the attached files, you will see a logfile.xsl, logfile.xml, logopt.htm, logmain.htm.
The logopt.htm gives options to user, once user selects from there, he will be brought to logmain.htm, there data is prepared by .xsl/xml
At this point, can anyone tell me how to add a dropdownlist for a field called processID (which has value of: consent.exe, VsTskMgr.exe, and so on...), user should be able to select from a dropdownlist with options like consent.exe, VsTskMgr.exe,..., and hit OK to filter out those records.
Moreover and ideally:
If you open the file logopt.htm, you will see there is a section called "Select components to display in the table" and there are lots of checkbox beside each option, I need to give user a textbox beside each
checkbox, so user can filter out the record with the keyword he typed in the textbox.
Can Stylus accomplish this? How?
Thank you very much.
logfile.xml
logfile.xsl
logopt.htm
logmain.htm
|
|
|