XML and XSL with Ajax

B

bcochofel

Hi, I want to update part of a XML output (generated by Perl CGI). I'm
using XSL to transform the XML.

Can I use this approach?

I need to resort the contents of a table, that gives me the results
from a query, when someone clicks on one of the names of that table.

Thanks,
Bruno
 
A

Andy Dingley

bcochofel said:
I need to resort the contents of a table, that gives me the results
from a query, when someone clicks on one of the names of that table.

Yes, client-side XSLT is a standard way of doing this. Quick, simple
and doesn't round-trip to the server. Most AJAX frameworks should have
some advice on the matter.

Remember to support a server-side fallback for those who can't AJAX it.
 

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

No members online now.

Forum statistics

Threads
474,007
Messages
2,570,266
Members
46,864
Latest member
DaniEbswor

Latest Threads

Top