Thread: Xml
View Single Post
  #4   Spotlight this post!  
Unread 12-01-2003, 23:35
Zmeko Zmeko is offline
Registered User
no team
 
Join Date: Jan 2003
Location: Freehold Iowa
Posts: 15
Zmeko is an unknown quantity at this point
XML Parser?

Quote:
I eventually want to integrate to both C++ and PHP.
does this mean you want to be able to use XML with PHP or C++, if so today is your lucky day!

I have for you, today, 3 solutions: Xerces-C, EXPAT and the standard API from PHP

Xerces-C is an API developed by the good people of IBM, the API provides many features such as DOM and SAX standards and tons of other useful stuff. you can get Xerces-C from their website or you can take a look at other apache XML projects.

I am not sure if EXPAT has a port to PHP but i know for certain that it has one for Perl, either way check out their
site.

You can always use the native support from PHP. i guess this site woulnd't have to many experts in field, so, i think you should check an XML site.

P.S: the most time comsuming part of Xerces-C, for me, is trying to read the data in a text node... if you need some samples of a programing reading an XML file then converting a value from an element to integer then displaying it based on which element and it's attributes... just ask

Last edited by Zmeko : 12-01-2003 at 23:39.