Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Perl + Ajax + XML + MySQL

by pKai (Priest)
on Dec 13, 2006 at 12:23 UTC ( [id://589569]=note: print w/replies, xml ) Need Help??


in reply to Perl + Ajax + XML + MySQL

The idea of AJAX is to initiate (asynchronous) requests per Javascript to update part(s) of an already loaded page, thus avoiding a full page reload.

So, you have server side processing in AJAX.

Also it is my understanding that after the XSLT transformation you are dealing with the resulting DOM tree in your browser (Javascript).

Typically the task to sort (web) client side is addressed fully client side inside the DOM (with Javascript).

A solution to it (going far beyond your request) may look like this.

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://589569]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-24 08:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found