Re: [Htmlparser-user] How to use it.
Brought to you by:
derrickoswald
|
From: Navid H.L. <na...@ya...> - 2002-11-22 02:07:55
|
Thanks Somik,
things are working.
Lets see how I progress!
Thanks
Navid
--- Somik Raha <so...@ya...> wrote:
> Hi Navid,
> As always, you really need to look at the docs in
> HTMLParser.java.
> The loop should be :
> for (HTMLEnumeration e =
> parser.elements();e.hasMoreNodes();) {
> HTMLNode node = e.nextHTMLNode();
> //...
> }
>
> Regards,
> Somik
> --- "Navid H.Langaroudi" <na...@ya...> wrote:
> > Hi Somik,
> > Thanks a million times!
> > I replaced the htmlparser.jar file and I made the
> > changes in package names.
> > Now my code runs, but I have a small error.
> > in a line:
> > for (Enumeration f =
> > parserTitle.elements();f.hasMoreElements();) {
> >
> > it gave me an error for incompatible type.
> > says, HTMLParserEnumeration type found, but
> > Enumeration type required. So I just cast it. It
> > disapeared, and the it says an HTMLParserException
> > is
> > not handled!
> > Is there a solution for this?
> > If my explanation is not clear let me know.
> >
> > And about the other problem, yes, it is fixed, I
> > should have use the register().
> >
> >
> > Thank you very much,
> > Navid
> >
> > --- Somik Raha <so...@ya...> wrote:
> > > Hi Navid,
> > > Boy, Ive had to stay up late making a
> release
> > > for you... :)
> > > Here's the url -
> > >
> >
>
http://htmlparser.sourceforge.net/htmlparser1_2_20021120.zip
> > > This is not an integration release per se-
> its
> > > got the bug fix that you
> > > want, but beware, the package names have changed
> -
> > > so change your programs
> > > accordingly - com.kizna.html.* is now
> > > org.htmlparser.*
> > >
> > > Let me know how it goes..
> > >
> > > Regards,
> > > Somik
> > >
> > > ----- Original Message -----
> > > From: "Navid H.Langaroudi" <na...@ya...>
> > > To: <htm...@li...>
> > > Sent: Wednesday, November 20, 2002 10:57 AM
> > > Subject: Re: [Htmlparser-user] How to use it.
> > >
> > >
> > > > Hi Somik,
> > > > I really appreciate it if you could make the
> > build
> > > for
> > > > me. I have little knowledge of XML. I am not
> > sure
> > > how
> > > > this build.xml could compile java! Can you
> give
> > me
> > > > some lead on internet that I could read about
> > it.
> > > > Or if there is a book or source.
> > > >
> > > > And I haven't work with CVS before, I just
> read
> > > about
> > > > it on internet. I guess it is a usful system.
> > > >
> > > > Any way, it would be great if you could
> provide
> > me
> > > the
> > > > new build.
> > > >
> > > > Thank you very much.
> > > > Navid
> > > >
> > > > --- Somik Raha <so...@ya...> wrote:
> > > > > Hi Navid,
> > > > > It will be at least a week before its
> out,
> > > as
> > > > > this one's going to have a
> > > > > lot of docs...
> > > > > However, if you should need the version
> > asap
> > > -
> > > > > dont worry - this is an
> > > > > open source project.
> > > > > Simply check out the latest snapshot
> from
> > > CVS,
> > > > > and run the build.xml
> > > > > file (using ant). The latest build will be
> at
> > > your
> > > > > disposal.
> > > > > If this is too complex, let me know.. I
> > can
> > > make
> > > > > a build specifically
> > > > > for you, but only if u have cvs problems.
> > > > > Regards,
> > > > > Somik
> > > > > ----- Original Message -----
> > > > > From: "Navid H.Langaroudi"
> <na...@ya...>
> > > > > To: <htm...@li...>
> > > > > Sent: Tuesday, November 19, 2002 10:25 PM
> > > > > Subject: Re: [Htmlparser-user] How to use
> it.
> > > > >
> > > > >
> > > > > > Hi Somik,
> > > > > > It is good the bug is fixed. But when and
> > > where I
> > > > > get
> > > > > > the next version. I really need it.
> > > > > >
> > > > > > Thanks
> > > > > > Navid
> > > > > >
> > > > > > --- Somik Raha <so...@ya...> wrote:
> > > > > > > Hi Navid,
> > > > > > > Thanks for this bug report! I was
> able
> > > to
> > > > > > > reproduce it with testcases.
> > > > > > > Its fixed now.
> > > > > > > Folks : The next version will be
> > having
> > > this
> > > > > bug
> > > > > > > fix. Also, I am
> > > > > > > refactoring all the package names from
> > > > > com.kizna.*
> > > > > > > to org.htmlparser.*.
> > > > > > >
> > > > > > > This would cause you to change your
> > > package
> > > > > > > names, and I must apologize
> > > > > > > for the inconvenience, but this would be
> > the
> > > > > first
> > > > > > > and last change. The next
> > > > > > > release is coming with nicer docs..
> > > > > > >
> > > > > > > Regards,
> > > > > > > Somik
> > > > > > > ----- Original Message -----
> > > > > > > From: "Somik Raha" <so...@ya...>
> > > > > > > To:
> > <htm...@li...>
> > > > > > > Sent: Tuesday, November 19, 2002 1:54 PM
> > > > > > > Subject: Re: [Htmlparser-user] How to
> use
> > > it.
> > > > > > >
> > > > > > >
> > > > > > > > Hi Navid,
> > > > > > > > That does sound like a bug. I will
> > look
> > > into
> > > > > it
> > > > > > > > tonight. Meanwhile, could you enter
> this
> > > bug
> > > > > > > report in
> > > > > > > > the htmlparser website ?
> > > > > > > > (http://htmlparser.sourceforge.net).
> > > > > > > >
> > > > > > > > Regards,
> > > > > > > > Somik
> > > > > > > > --- "Navid H.Langaroudi"
> > > <na...@ya...>
> > > > > > > wrote:
> > > > > > > > > Hi Somik,
> > > > > > > > > I could do some parts of my program.
> > And
> > > the
> > > > > > > result
> > > > > > > > > was great. Thanks for all your
> helps.
>
=== message truncated ===
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
|