[UPHPU] beginner to DOM library

Jacob Wright jacwright at gmail.com
Wed Nov 8 11:18:47 MST 2006


>
> 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