xhtml « HTML « JSP-Servlet Q&A





1. Looking for reference of well-built XHTML/CSS/JSP2 norms/best practices    stackoverflow.com

My task is to compile a norm / best practices especially for XHTML and CSS. Would somebody have some good references?

2. Why do I need to set content-type to html in this Java Servlet?    stackoverflow.com

import javax.servlet.http.*;
import javax.servlet.*;
import java.io.*;
import java.util.Date;

public class HelloServlet extends HttpServlet
{
    public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException,IOException
    {
        ...

3. How to produce valid HTML with JSPX? (not XHTML)    stackoverflow.com

When trying to create a HTML page with JSPX you will face the following difficulties:

  • JSPX minimizes tags we don't want it to, for example <div class="foo"></div> becomes <div class="foo"/> which is ...

4. css/xhtml "web standards" cms/blogger    coderanch.com

Whew, what a mouth-full! I've just gotten back into html, with an eye to updating my site (http://backspaces.net/). Well, being an old timer, I decided to find out what's up now adays. Holly cow^H^H^Hmoose, what a surprise! Css/Xhtml has tamed the mad civilians who were destroying the web. So after reading a few books, I put together a talk for our ...