I'm currently working on a website project for a client who specifically wants to include news from the BBC. Despite spending 3 hours searching online, I haven't been able to successfully insert an XML file into an iframe and style it to the client's preferences.
Here is what I have attempted so far:
<iframe src="http://www.bbc.co.uk/radio1/rss/rss_radio1.xml"></iframe>
Unfortunately, my attempts to edit the code haven't been successful. I am aware that the file isn't local, making it challenging to make modifications. Is there a workaround to this issue?
Here is the URL of the XML file:
Any assistance or advice on solving this problem would be greatly appreciated.