User Tools

Site Tools


vdb:xml

Table of Contents

XML

VideoDB offers power data import/export features using XML data files. Currently all XML features require PHP5. To enable the XML import/ export feature, set the config variable to true (edit config.inc.php):

$config['xml'] = 1;

XML Export

XML Import

Needs to be in the format:-

<item>
<id>3</id>
<title>Shrek</title>
<language>Tamil</language>
<imdbid>0126029</imdbid>
<year>2001</year>
<imgurl>http://ia.imdb.com/media/imdb/01/I/52/77m.jpg</imgurl>
</item>

hmm I thought this worked but it just doesn't provide an error,still doesn't import anything. I'm running php 5 on fc4, any ideas?

RSS Feed

To enable the RSS news feed feature, set the config variable to true (edit config.inc.php):

$config['rss'] = 1;
vdb/xml.txt · Last modified: 2007/05/08 23:54 by 84.9.197.251