Re: [PHP] Parsing XML the Sequel :)

2001-02-10 Thread Matt McClanahan
On Sat, Feb 10, 2001 at 07:37:32PM +0100, Steve Haemelinck wrote: > The page I want to parse is: > > http://213.224.136.110:8080/test.xml > > And this is my code: > > > //Define Opening Tags of XML > $open_tags = array( > 'STORY' => '', > 'STOCK_NAME' => '', > 'LAST_SALE' => '', > 'PREVIOUS_

[PHP] Parsing XML the Sequel :)

2001-02-10 Thread Steve Haemelinck
The page I want to parse is: http://213.224.136.110:8080/test.xml And this is my code: '', 'STOCK_NAME' => '', 'LAST_SALE' => '', 'PREVIOUS_CLOSE' => '', 'NET_CHANGE_PCT' => '', 'STOCK_URL' => ''); //Define Closing Tags of XML $close_tags = array( 'STORY' => '', 'STOCK_NAME' => '', 'LAST_SALE