-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

[EMAIL PROTECTED] wrote:

> -----------------------------
> Please read the FAQ!
> <http://java.apache.org/faq/>
> -----------------------------
>
> Hello all,
>
> I am resending this e-mail in desperation..
> Please bear with me as I might have sent it in
> wrong time last night.
>
> I am writing a servlet that generates pure
> (not HTML embedded) JavaScript
> as its output (basically whatever would be there
> in .js file).  And I am setting content type
> to application/x-javascript.
>
> But, either JServ or Apache is inserting following
> DTD type at the top of the output:
>
> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
>

As Jon mentioned in response to this last night, there is nothing in
Apache JServ (or Apache, unless you've purposely configured something to
do so) that modifies the content of what you send to the output stream
or writer.  It sends exactly what you write -- nothing more, and nothing
less  This message is coming from somewhere else.

Craig McClanahan




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to