You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Nekkalapudi, Viplava" <VN...@erac.com> on 2002/11/05 22:28:22 UTC

struts-config_1_1.dtd and struts-config_1_0.dtd

Why is <?xml version="1.0" encoding="ISO-8859-1"?> is missing from
struts-config_1_1.dtd?
Is it by mistake OR is there any purpose?
I see it in the file struts-config_1_0.dtd.
I checked these files at   http://jakarta.apache.org/struts/dtds/.

--- Vip.



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: struts-config_1_1.dtd and struts-config_1_0.dtd

Posted by Eddie Bush <ek...@swbell.net>.
... because a DTD is not an XML document.

Nekkalapudi, Viplava wrote:

>Why is <?xml version="1.0" encoding="ISO-8859-1"?> is missing from
>struts-config_1_1.dtd?
>Is it by mistake OR is there any purpose?
>I see it in the file struts-config_1_0.dtd.
>I checked these files at   http://jakarta.apache.org/struts/dtds/.
>
>--- Vip.
>

-- 
Eddie Bush





--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: struts-config_1_1.dtd and struts-config_1_0.dtd

Posted by "Craig R. McClanahan" <cr...@apache.org>.

On Tue, 5 Nov 2002, Nekkalapudi, Viplava wrote:

> Date: Tue, 5 Nov 2002 15:28:22 -0600
> From: "Nekkalapudi, Viplava" <VN...@erac.com>
> Reply-To: Struts Users Mailing List <st...@jakarta.apache.org>
> To: "Struts Users Mailing List (E-mail)" <st...@jakarta.apache.org>
> Subject: struts-config_1_1.dtd and struts-config_1_0.dtd
>
> Why is <?xml version="1.0" encoding="ISO-8859-1"?> is missing from
> struts-config_1_1.dtd?
> Is it by mistake OR is there any purpose?
> I see it in the file struts-config_1_0.dtd.
> I checked these files at   http://jakarta.apache.org/struts/dtds/.
>

It's not legal to have this header on a DTD, because DTDs are not XML
documents.

> --- Vip.
>

Craig


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>