uaecasher macrumors 65816 Original poster May 26, 2010 #1 Hello, I want to make an XML file that holds list of videos names and the link to the video. I have found a sample code to do the reading part (SeismicXML) but I don't know how to do the XML file to hold the info in my server. Thanks.
Hello, I want to make an XML file that holds list of videos names and the link to the video. I have found a sample code to do the reading part (SeismicXML) but I don't know how to do the XML file to hold the info in my server. Thanks.
D dutchchilly macrumors member May 26, 2010 #2 You need a XML parser on the server side in PHP for example. The PHP file gets the data from de DB and parses it to the correct XML format. Good luck
You need a XML parser on the server side in PHP for example. The PHP file gets the data from de DB and parses it to the correct XML format. Good luck