XML Problem

Greetings everyone,

I could retrieve data from mysql through PHP but I thinking to dump it to a XML file and then use that data for browsing.

If I am correct? (I have read those tutorials)

I will write data into a .XML file like

<?xml version=“1.0”?>
<news> <story> [COLOR=RoyalBlue]<[/COLOR][COLOR=RoyalBlue]headline> Godzilla Attacks LA! </headline>[/COLOR] <description>Equipped with a Japanese Mind-control device, the giant monster has attacked important harbours along the California coast. President to take action. </description> </story></news>**

Now, my problem is:

[LIST=1]
[]There is any efficient way to make this .xml file through PHP?
[
]How I can I make RSS live for just news headlines?[/LIST]
[COLOR=Red]Please help :slight_smile:

[/COLOR]**

[SIZE=2]
[/SIZE]