posted 24 years ago
If you mean can you use XML as the static template data instead of HTML, the answer is yes. If you want to output XML as well, you may want to set the page MIME type to xml (use the charset of your preference, I'm using the default JSP charset below):
<%@ page contentType="text/xml;charset=ISO-8859-1" %>
Scott Stirling<BR>Author of <A HREF="http://www.amazon.com/exec/obidos/ASIN/067231939X/ref=ase_electricporkchop/107-2476442-4883722" TARGET=_blank rel="nofollow">Java Server Pages Application Development</A>