php parser

php parser

am 27.12.2007 11:39:22 von Porfirio

Hi everyone!!

I am doing some work with expat for php.

lets say i have this html:








Hello





so what i want is to parse xml components with namespace, so ignore html
components

So i would like to register namespaces to search for and ones to ignore
( eg. svg: )

Maybe what i need is a html parser and not a xml parser

Can you guys point me something??