![]() |
Xml
Can anyone recommend a good XML book \ tutorial? I know various forms of BASIC, PHP, and C++, so I have some background, but trying to teach yourself XML from the VS .NET help file just wasn't working.
I eventually want to integrate to both C++ and PHP. |
O'Reilly XML in a Nutshell is pretty good. It is far more informative than anything I've seen on the web. If you know basic HTML you'll be fine.
|
W3-Schools seemed to have some good info.
|
XML Parser?
Quote:
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 :) |
personally the W3Schools is pretty good, and the book XML: Visual by IDG Books.
|
| All times are GMT -5. The time now is 04:26. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi