What is the correct jspx Doctype Declaration?

2006-03-22 Thread James Reynolds
I'm in the process of converting my jsp files to jspx. If I don't include a DocType declaration, I get an error like: *The XML page cannot be displayed *Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or *try again later. *

Re: What is the correct jspx Doctype Declaration?

2006-03-22 Thread Mike Kienenberger
I have successfully used this in the past before switching to facelets: ?xml version='1.0' encoding='windows-1252'? jsp:root xmlns:jsp=http://java.sun.com/JSP/Page; version=1.2 xmlns:h=http://java.sun.com/jsf/html; xmlns:f=http://java.sun.com/jsf/core; jsp:text ![CDATA[