Hi to all.
Please help me add xml file to jquery slider. I want to show image from xml file.
For example I have Nivo slider because they have a good transition effect.
I'm a noob in Javascript and because I here.
And xml file should look like this:

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<addrotator>
  <image>
    <title>Image One</title>
    <url>./images/image0.png</url>
  </image>
  <image>
    <title>Image Two</title>
    <url>./images/image1.png</url>
  </image>
  <image>
    <title>Image Three</title>
    <url>./images/image2.png</url>
  </image>
</addrotator>

Thanks!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.