Page 1 of 1
I need a good XML parser
Posted: Thu May 20, 2004 9:36 am
by fastfingertips
I'm developing a content management software (of course in PHP) and i need a XML parser, do you have any recomendations for me?
Ideal the parser should be:
- free
- fast
I know that this two criterias are hard to find, but who know

Posted: Thu May 20, 2004 10:08 am
by delorian
Read about DOMXML
http://php.net/domxml, I do not know if you are looking for something like this, but it may be good for start.
Posted: Thu May 20, 2004 10:09 am
by patrikG
Posted: Fri May 21, 2004 4:42 am
by fastfingertips
Hmm the idea is that i will not load XML files so i figure that i will need to develop a standard string parser.
If you know any good parser, please let me know.
I'm thinking to replace some ordinary script functions (like get the page text with a XML tag and when the HTML is generated my parser to translate this). I'm using only the XML write code standard, but no other XML functions.
Posted: Tue Jun 08, 2004 12:44 am
by mitchikoy
fastfingertips wrote:Hmm the idea is that i will not load XML files so i figure that i will need to develop a standard string parser.
If you know any good parser, please let me know.
I'm thinking to replace some ordinary script functions (like get the page text with a XML tag and when the HTML is generated my parser to translate this). I'm using only the XML write code standard, but no other XML functions.
simpleXML on PHP5
try this link
http://www.zend.com/php5/articles/php5-simplexml.php