[UPHPU] beginner to DOM library

Jared Stevens jareds at brightbuilders.com
Wed Nov 8 13:45:43 MST 2006


Thanks!
The project I was on that used the PHP DOM got dropped. They've moved me
on to better things. Someday I may take you up on your library though.

You should publish it on sourceforge or something and get some docs
written. If its fairly straight forward, I'm sure a lot of people would
find it useful.

Jared Stevens
-BrightBuilders-




Jacob Wright wrote:
>
>     I've been very tempted on many occasions to just parse everything with
>     regular expressions and be done with it. 
>
>
> I've created an XHTML parser that doesn't have documentation, but
> parses XML/XHTML  and even will parse PHP nodes into their own custom
> object if you'd be interested is using it.  You could refactor it into
> what you need, but it's faster than regular expressions (which can be
> slower when parsing large documents).
>
> Jacob
>
>
> -- 
> Jacob Wright
> Within Code LLC 


More information about the UPHPU mailing list