Hi,
Is it possible to recieve an xml repsonse from my rails app, and then,
client side, inject the xml into the page without reloading and have it
apply an xslt? Like an AJAX call, but ajax is unavailable to me.
My very limited understanding suggests that xslt is only done at run
time in
safari at least.
If I can’t get thsi to work the other option I’ve thought of is to use
Javascript to transform the xml in very predetermined ways. This
doesn’t
appeal to me though.
Anyone have any pointers?
Cheers
Daniel