Re: [PHP] XML data extraction

2009-04-02 Thread Per Jessen
Igor Escobar wrote: > @Jessen I read your answer and... You have any article speaking about > that you are saying? > Hi Igor I don't have anything handy, but there's plenty of good material on the internet about XSLT. The main point is - XSLT is just reformatting the data from XML format to a

Re: [PHP] XML data extraction

2009-04-02 Thread Igor Escobar
@Jessen I read your answer and... You have any article speaking about that you are saying? Regards, Igor Escobar systems analyst & interface designer www . igorescobar . com On Thu, Apr 2, 2009 at 8:38 AM, Per Jessen wrote: > Andrew Williams wrote: > > > Best All, > > > > How can you best and

Re: [PHP] XML data extraction

2009-04-02 Thread Per Jessen
Andrew Williams wrote: > Best All, > > How can you best and accurately extract XLM data to DB table. e.g.: > Use XSLT to generate SQL INSERT statements. /Per -- Per Jessen, Zürich (11.3°C) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.

Re: [PHP] XML data extraction

2009-04-02 Thread Peter Ford
Andrew Williams wrote: > Best All, > > How can you best and accurately extract XLM data to DB table. e.g.: > > > - > > 20 > FRA > Frankfurt > > - > > 28 > LSE > London Stock Exchange > > - > > 226 > GER > Xetra > > > > www.willandy.co.uk > Oh, I thought of another one: Write some XSL

Re: [PHP] XML data extraction

2009-04-02 Thread Peter Ford
Andrew Williams wrote: > Best All, > > How can you best and accurately extract XLM data to DB table. e.g.: > > > - > > 20 > FRA > Frankfurt > > - > > 28 > LSE > London Stock Exchange > > - > > 226 > GER > Xetra > > > > www.willandy.co.uk > Write some code to read the XML file. (you c

[PHP] XML data extraction

2009-04-02 Thread Andrew Williams
Best All, How can you best and accurately extract XLM data to DB table. e.g.: - 20 FRA Frankfurt - 28 LSE London Stock Exchange - 226 GER Xetra www.willandy.co.uk