Re: [PHP] Re: html analyzer

2010-05-19 Thread Ashley Sheridan
On Wed, 2010-05-19 at 13:24 -0400, Bill Guion wrote: > At 12:30 AM +0200 5/19/10, Rene Veerman wrote: > > >Hi. > > > >I'm trying to build a html analyzer that looks at natural words in html text. > > > >I'd like to build a routine that walks through the HTML character by > >character, but i'm not

Re: [PHP] Re: html analyzer

2010-05-19 Thread Robert Cummings
Bill Guion wrote: At 12:30 AM +0200 5/19/10, Rene Veerman wrote: Hi. I'm trying to build a html analyzer that looks at natural words in html text. I'd like to build a routine that walks through the HTML character by character, but i'm not sure on how to properly walk through escaped " and ' c

[PHP] Re: html analyzer

2010-05-19 Thread Bill Guion
At 12:30 AM +0200 5/19/10, Rene Veerman wrote: Hi. I'm trying to build a html analyzer that looks at natural words in html text. I'd like to build a routine that walks through the HTML character by character, but i'm not sure on how to properly walk through escaped " and ' characters in javasc

[PHP] Re: html analyzer

2010-05-18 Thread Manuel Lemos
Hello, on 05/18/2010 07:30 PM Rene Veerman said the following: > Hi. > > I'm trying to build a html analyzer that looks at natural words in html text. > > I'd like to build a routine that walks through the HTML character by > character, but i'm not sure on how to properly walk through escaped "