Click to See Complete Forum and Search --> : how to display a table dynamically?????


tanuja_goturi
09-23-2005, 06:22 AM
Hi,
I m developing a simple application as an exercise....

i have created an xml called address book consisting of personal and official data...

i have an xsl which creates two radio button elements personal and official..
if personal button is selected, then a table related to the personal data is to be displayed ...
or else if official button is selected, then table related to the official information is to be displayed....

i have written the code in xsl... but i m hanged up at the comparision part...
i get the value of the radio button selected thro' javascript, but how can i use this for testing and displaying the table required....

is it actually possible? if so how?

Thanks in advance,
tanuja

Khalid Ali
09-23-2005, 11:26 AM
????

sheila
09-24-2005, 01:16 PM
What is the actual problem? To filter the output you need to know which of the options to restrict by but you say you're already using Javascript to pass that information into the XSLT file. Is something going wrong?