Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

automatic import of links XML files

Quote Reply
automatic import of links XML files
I have a friend using a link manager (not LSQL).

So each time a link is validated in his system he send to me a XML file via FTP (in the following folder -http://www.mysite.com/xml/lsql/)

So I have now many XML files in this folder

01.xml
02.xml
03.xml
.
.
.
NN.xml
(NN is the Link_ID in his own database)


Each XML file has the following structure (sample for the LINK_ID 45)

<LINK>
<ID>45</ID>
<DATEADD>YYYY-MM-DD</DATEADD>
<URL>http://www.thewebsiteurl.com</URL>
<TITLE>The title of the website 45</TITLE>
<DESCRIPTION>The description of the Website 45 The description of the Website 45 The description of the Website 45</DESCRIPTION>
<LANGUAGE>EN</LANGUAGE>
<CATEGORIES>
<CAT id="12" Name="Full Name of the category 12" />
<CAT id="25" Name="Full Name of the category 25" />
</CATEGORIES>
<SUBMITER>
<EMAIL>xxxx@xxxx.com</EMAIL>
<NAME>Firstname Lastname</NAME>
</SUBMITER>
</LINK>

I would like to set up a cron job to import these XML files automatically in my Links Database.

Is there a way to do it easily ? (checking if the link is note already in the database, then importing it and updating all the concerning tables and so on...)

Txs
FMP
Subject Author Views Date
Thread automatic import of links XML files fmp 6414 Jul 19, 2004, 9:04 PM
Thread Re: [fmp] automatic import of links XML files
sahertianr 6287 Oct 11, 2004, 4:39 AM
Thread Re: [sahertianr] automatic import of links XML files
fmp 6295 Oct 12, 2004, 11:36 PM
Post Re: [fmp] automatic import of links XML files
Dinky 6231 Oct 13, 2004, 1:50 AM
Thread Re: [fmp] automatic import of links XML files
Andy 6258 Oct 13, 2004, 2:18 AM
Thread Re: [Andy] automatic import of links XML files
nakulgoyal 6199 Oct 16, 2004, 7:12 AM
Thread Re: [nakulgoyal] automatic import of links XML files
Andy 6194 Oct 16, 2004, 7:16 AM
Post Re: [Andy] automatic import of links XML files
nakulgoyal 6206 Oct 16, 2004, 7:21 AM
Post Re: [fmp] automatic import of links XML files
fmp 6018 Mar 1, 2006, 3:07 PM
Thread Re: [fmp] automatic import of links XML files
Dinky 5997 Mar 2, 2006, 2:41 PM
Post Re: [Dinky] automatic import of links XML files
Alba 5986 Mar 3, 2006, 1:30 AM