Hi Philip, You don't have to use XHTML when authoring JSP in XML syntax. You can still use regular HTML tags by putting them in CDATA sections.
Yes, if you are sending XHTML to a browser it will break should it not support XHTML. Current versions of Internet Explorer, Mozilla, Netscape, and Opera should be fine with XHTML. Old browsers with plain HTML support will have a rough time supporting your pages. I know personally if you use XHTML you will lose all support for early netscape versions, 4.x and below, as well as have content that looks a little funky on the early IE versions. But if backwards support isn't a concern you'll be fine using just XHTML. Jayson Falkner [EMAIL PROTECTED] Philip M. Meier wrote: > Hello everybody, > > > > I'd like to write my next application in JSP 1.2 and I want to use the > XML-Syntax of JSP 1.2, but I'm not sure, if every browser is able to > understand it, because I will make use of XHTML-Tags in the JSP > Document. Do you know, if only XHTML supporting browser will see my > apllication in the correct way? > > > > Thanks in advance, > > > > Philip > =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com