Re: XML parser
- From: "Chung Leong" <chernyshevsky@xxxxxxxxxxx>
- Date: 27 Feb 2006 17:55:23 -0800
Joshua Morgan wrote:
Hey all,
I want to create my own XML parser that is completely independent of
PHP version (i want it to run on both PHP 4 and 5), and to also not
require any dependencies (so that the user DOESN'T have to compile php
with --with-xml).
Can someone point me in the right direction as to how I can go about
this?
Thanks,
Joshua Morgan
Are you parsing XML files of a particular schema or you want a general
XML parser? For the former purpose, I have often found it quite easy to
extract the necessary info using regular expressions.
.
- Follow-Ups:
- Re: XML parser
- From: Joshua Morgan
- Re: XML parser
- References:
- XML parser
- From: Joshua Morgan
- XML parser
- Prev by Date: Re: Newbie problem with $_POST
- Next by Date: Re: Getting SOAP request (POST body)
- Previous by thread: Re: XML parser
- Next by thread: Re: XML parser
- Index(es):
Relevant Pages
|