Can jquery interact with XML like Flash do. I want to make random text rotate with jquery and XML(text will be in XML file)
look at this http://healmyptsd.com/ left testimonials section in left under navigation bar. right now there are 3 images. I want to use selectable text and images in background for every testimonials. and the matter of testimonials should be in a XML file so client can add or remove easily.
Is this thing can be done with jquery or any other JS library? Any help would be appreciated
Yes. jQuery is good about consuming XML. See: link. I’d also look around, theres likely already a plugin available. However, I would actually suggest against this sort of tactic. You would be much better off doing this on the server and spitting the text out in the HTML for usability and search engine performance purposes