NYCPHP Meetup

NYPHP.org

[nycphp-talk] Article : SAX-like apps in PHP

Jon Baer jonbaer at jonbaer.net
Fri Mar 7 17:15:48 EST 2003


Are there any convienient packages that allow you to work w/ XPath based
expression (multiple in one page):

$foo = "/foo/foo";
$bar = "/foo/bar";

(parsing the doc only once for results)

? (not sure if I worded that right)

- Jon

----- Original Message -----
From: "D C Krook" <dkrook at hotmail.com>
To: "NYPHP Talk" <talk at nyphp.org>
Sent: Friday, March 07, 2003 11:23 AM
Subject: Re: [nycphp-talk] Article : SAX-like apps in PHP


> George,
>
> It seemed your message about this article was empty.
>
> Here's the info from IBM's developerWorks:
>
>
>
> http://www-106.ibm.com/developerworks/web/library/wa-php4sax/
>
> SAX-like apps in PHP
> Use streaming XML data in PHP
>
> While there is no official implementation of the Simple API for XML (SAX)
in
> PHP, PHP does provide a SAX-like method for working with both local and
> remote XML files. In this article, author Nicholas Chase shows you how to
> work with XML files in PHP by building and setting handler functions and
> creating a parser. He demonstrates SAX in PHP with a page-building
exercise
> in which he crafts a page based on the result of an Amazon Web Services
> query.
>
> _________________________________________________________________
> The new MSN 8: smart spam protection and 2 months FREE*
> http://join.msn.com/?page=features/junkmail
>
>
>
> --- Unsubscribe at http://nyphp.org/list/ ---
>
>
>




More information about the talk mailing list