Been trying tons of modifications for a couple days now with no luck.

Been to all the web sites I could possibly find and the best they do is give
general explanations with no specific examples.

I am trying to modify and stringtokenizer servlet to go through a text file
and display the table on a web site with the content of the text file.

The problem is, how do I tell the servlet to not use "whitespace" and the
separator
(but some other symbol "such as '|'  )  between the tokens? I would like to
put <HTML>
string  in my text file but each space is treated as a separator.

Can this even be done or would I be better off to rewrite something as a
streamtokenizer?

thanks!
Kelsey

___________________________________________________________________________
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

Reply via email to