Re: [PHP] Ways to break up XML into Arrays????

2003-10-24 Thread Scott Fletcher
Will do... [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Try looking through http://pear.php.net for something. check out the xml functions, its an xml parser -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Ways to break up XML into Arrays????

2003-10-24 Thread Scott Fletcher
I'll look into it. Thanks for the head-up! John Nichel [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] snip On Thursday 23 October 2003 17:02, Scott Fletcher wrote: Hi Fellas! I don't want to use the PHP's XML feature at this moment because I found out that I need to

Re: [PHP] Ways to break up XML into Arrays????

2003-10-24 Thread Scott Fletcher
Will do... Ryan Thompson [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Try looking through http://pear.php.net for something. On Thursday 23 October 2003 17:02, Scott Fletcher wrote: Hi Fellas! I don't want to use the PHP's XML feature at this moment because I found out that

Re: [PHP] Ways to break up XML into Arrays????

2003-10-24 Thread Scott Fletcher
I wonder about overwritting the same tag twice, like 'FirstName' and end up with one result when using hte XML parse... Does anyone know that PHP XML Parse can work without overwriting in this case and still get two different result? Scott F. Raditha Dissanayake [EMAIL PROTECTED] wrote in

Re: [PHP] Ways to break up XML into Arrays????

2003-10-23 Thread Ryan Thompson
Try looking through http://pear.php.net for something. On Thursday 23 October 2003 17:02, Scott Fletcher wrote: Hi Fellas! I don't want to use the PHP's XML feature at this moment because I found out that I need to recompile PHP with the XML support which I can't do at this moment. So,

Re: [PHP] Ways to break up XML into Arrays????

2003-10-23 Thread Raditha Dissanayake
While it's possible to process XML using regular expression. The whole point of using XML is that you wouldn't have to use hacked solutions like that :-) Scott Fletcher wrote: Hi Fellas! I don't want to use the PHP's XML feature at this moment because I found out that I need to recompile

Re: [PHP] Ways to break up XML into Arrays????

2003-10-23 Thread daniel
Try looking through http://pear.php.net for something. check out the xml functions, its an xml parser -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Ways to break up XML into Arrays????

2003-10-23 Thread John Nichel
snip On Thursday 23 October 2003 17:02, Scott Fletcher wrote: Hi Fellas! I don't want to use the PHP's XML feature at this moment because I found out that I need to recompile PHP with the XML support which I can't do at this moment. So, instead of recompiling, does anyone know of a good