Modify two parts of a page independently

G

Guest

Hi,

I want to add some interactivity on my web page, so I have a form that
allows the user to display some specific elements of a XML data set.
The form is populated at first from the XML data, and output filtering
is done trough an instruction

data_table.innerHTML =
source.documentElement.selectSingleNode("listing").transformNode(stylesheet);

This part works fine. However, the filter options must also adapt to
the user choice, that is the <SELECT><OPTIONS> must be rewritten to
reflect the user choice.

I just can't do it ! What kind of structure would you suggest to handle
this problem ?

Thanks for your help.

Newbie to XML
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,566
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top