> Aside note: View source on http://www.hallmark.com.  Try editing that by
hand!
>
> Dave F.

That really doesn't look like JSP output, unless they run it through a
filter that removes the CR+LF at the end of the cycle.  The reason is that
most JSPs are based on source HTML-like files with the JSP tags, and most of
the JSP engines turn each line of HTML into a println().  Or are there
versions that just use print() and ignore the CR+LF in the source files?

Either way, troubleshooting on their site must suck, though I suspect they
have a pretty-print routine for converting that to something readable.
After all, if a table was misaligned or the like, I'd sure hate to look at
that code and try to figure out what went wrong! <smile>

David

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".
For JSP FAQ, http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to