Quote:
|
Originally Posted by glevine
I like that idea. Thanks for the suggestion. I will try that. But just out of curiosity, is XML document manipulation, on a file on a server, possible with server-side code? It seems to me that if you can build an xml document then you should be able to modify one.
|
XML is client side code, a file that's used to display data. You use something like PHP/ASP/PERL to generate it. That's how RSS works. PHP sucks the data out of a database and sticks it into XML, then other websites/applications come a long and play with the XML data.
I'd reccomend picking up XML in a nutshell, very very good book for this stuff.