I have a quick question in reference to changing an RSS url
http://www.bellyscarf.com/rsscategoryproducts.sc?categoryId=6
As you can see, it is in RSS/XML format, but what I need is to have it changed into a regular XML (like http://www.w3schools.com/xml/cd_catalog.xml)or CSV file so that I may load it into my shopping cart.
I’ve been using SimpleXML to do all the dirty work.
Any help is greatly appreciated.
In general, if you are looking to transform one kind of XML document into another one, XSL is a good first choice.
However, you say nothing about what your final XML or CSV should look like, so we can’t really advise one or another course of action.