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 thanks for your positive response.
Hardik Doshi
Web Application Developer
Institute of Design,
Chicago IL 
 Chris McCluskey <[EMAIL PROTECTED]> wrote: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
Microsoft COM Object and contains everything you need to created XML
Documents, parse them, validate them agaisnt DTD and XSD Schemas, etc...
I use php's COM Support http://php.net/com to do this and created a
wrapper object around the COM object with php for easy implementation..

Hope that helps.

-Chris

-----Original Message-----
From: Hardik Doshi [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 30, 2003 7:17 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: [PHP] XML PHP question



Hi everyone,

Can you please tell me what is the best way of working with XML
technology using PHP? I am not clear about integration of these two
technologies. 

Suggest some books or links or good tutorials. 

thanks

Hardik Doshi
Web Application Developer
Chicago



---------------------------------
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



---------------------------------
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now

Reply via email to