What kind of parsing do you want? If you are looking for grammar parsers
there are specific ones out there that you can do searches for or use
something like Yacc. If you want to do XML parsing take a look at
xml.apache.org. If you just want to parse out simple values from an input
the StringTokenizer class can be used. I'm sure that there are also HTML
parsing programs out there but since HTML is a very loose language parsing
it can sometimes lead to some ambiguous results.
'Parsing' is a very general term so what are you trying to parse?
Matt
-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet
API Technology. [mailto:[EMAIL PROTECTED]] On Behalf Of ken
dias
Sent: Monday, May 28, 2001 2:55 PM
To: [EMAIL PROTECTED]
Subject: parser
This may sound strange,but is there a program to do parsing? Where can I
download this program?
Thanks
Ken
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html