Jump to content

how to display an xml feed


dazz_club

Recommended Posts

hi there, Theres this website that i go to alot, and it mentions you are able to get there xml feed.My plan is to have there xml feed somehow displayed on my website.<xml style="txt/css" href="this is url of the website where i would be getting the feed from"> (<----just an example)and what i would like to happen is to display this content on a page on mywebsite.is this possible?

Link to comment
Share on other sites

Not with data islands (the <xml> tag you're using as an example). Mostly because it works only on IE but also because it may present problems on fetching the data as it should.You can use XSLT to transform the feed to XHTML (note that you'll use the document() function to fetch a remote document) or a server side scripting language like PHP for example.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...