Forum Moderators: open
I have an XML file which contains news items. This file was created before its ultimate use was realised (i.e. using it as an RSS feed as well as a page on our website) so the tags within the file are not RSS compatible.
All I need is for someone to point me in the right direction so I know where to start reading!
Do I use XSLT to pull out the required information from the wrongly-named tags in the XML file and to spit it out again as a usable RSS file? Can I get XSLT to take, for example, a <mainhead> tag and put its content into a <title> tag?
Thanks for any help you can offer!