Hi,

(jumping in late) Have you tried:

 <jsp:directive.page contentType="text/xml" />

and perhaps:

<jsp:output doctype-root-element="html"
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
doctype-system="http://www.w3c.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>


best,
-Rob



Andreas Schildbach wrote:

Shapira, Yoav wrote:

Does it happen if you have a proper JSP XML page, e.g.
<jsp:root      xmlns:jsp="http://java.sun.com/JSP/Page";
     version="1.2">
  <jsp:text><![CDATA[<html>
    <body>
      <center>
        <h1>Hello World</h1>
      </center>
    </body>
  </html>]]></jsp:text>
</jsp:root>


It happens with the following small jspx:

<jsp:root version="2.0"
    xmlns:jsp="http://java.sun.com/JSP/Page";
>
    <href>myurl?param1=value1&amp;param2=value2</href>
</jsp:root>



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to