Re: [PHP] HTML parser (maybe even HTML to BBCode)

2007-12-20 Thread Richard Lynch
On Thu, December 20, 2007 9:30 am, Arvids Godjuks wrote: > Hi! > I'm looking for fast HTML parser, witch can give me a tree of tags > with > their attributes. > Maybe some one know a good HTML to BBCode parser, because that's > exactly > what i need. tried looking Google, doesn't helped much, still

Re: [PHP] HTML parser (maybe even HTML to BBCode)

2007-12-20 Thread Arvids Godjuks
I saw it, it only converts BBCode to HTML. BBCode to HTML isn't a problem - a child can do that with str_replace and a little help of preg_replace for links and images. The trick is that i need a HTML to BBCode parser. 2007/12/20, Daniel Brown <[EMAIL PROTECTED]>: > > On Dec 20, 2007 10:30 AM, Ar

Re: [PHP] HTML parser (maybe even HTML to BBCode)

2007-12-20 Thread Daniel Brown
On Dec 20, 2007 10:30 AM, Arvids Godjuks <[EMAIL PROTECTED]> wrote: > Hi! > I'm looking for fast HTML parser, witch can give me a tree of tags with > their attributes. > Maybe some one know a good HTML to BBCode parser, because that's exactly > what i need. tried looking Google, doesn't helped much