RE: [PHP] XML PHP question

2003-01-30 Thread Chris McCluskey
.html hope that helps. -Original Message- From: Hardik Doshi [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 10:33 AM To: Chris McCluskey Cc: [EMAIL PROTECTED] Subject: RE: [PHP] XML PHP question Hi Chris

RE: [PHP] XML PHP question

2003-01-30 Thread Hardik Doshi
Hi Chris, Thanks for your nice reply. I would like to know what are the applications of XML with PHP. I know how to write and parse XML files but i dont know where can i use this power? Either you or any other member of this group can solve my problem then i would be thankful to him/her. Again

RE: [PHP] XML PHP question

2003-01-30 Thread Chris McCluskey
Hardik, I have created my own XML parser based on the existing php xml functions http://php.net/xml . I've found this is nice but a bit annoying since I have to write everything from scratch. After about a week or two trying to get my parser just right I gave up and used MSXML 4.0 which is a Mic