thanks in advance,I'm a novice at servlets and java so bear with me. I'd like to write
an efficient database driven web site by writing html files from the database and
letting users access these static files.
My question is this:
Is there some effecient way to write html and the many characters common in html to a
string or string buffer without having to escape every quotation mark and line break.
I'm looking for something like the command
print <<"EOT";
or
print qq!
that I've used in perl that literally prints everything without the need for escape
characters.
I know this is partially why jsp was invented, but I don't want a dynamic page written
to the browser.
jin
___________________________________________________________________________
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