You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Sanjeev Hiremath <sc...@yahoo.com> on 2003/03/03 07:45:37 UTC

Tapestry 1_4_.dtd

Hi all,
   Folks using Tapestry 1.4 could help me.
While developing and deploying I am getting error
about 1.4 DTD.
it says

'Error while fetching
http://tapestry.sf.net/dtd/Tapestry_2_4.dtd:'

Am I missing something here?

Regards
Sanjeev


__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

Re: Tapestry 1_4_.dtd

Posted by Sanjeev Hiremath <sc...@yahoo.com>.
Sorry the exact message is

'Error while fetching
http://tapestry.sf.net/dtd/Tapestry_1_4.dtd:
http://tapestry.sf.net/dtd/Tapestry_1_4.dtd'

Regards
Sanjeev

 --- Sanjeev Hiremath <sc...@yahoo.com> wrote: >
Hi all,
>    Folks using Tapestry 1.4 could help me.
> While developing and deploying I am getting error
> about 1.4 DTD.
> it says
> 
> 'Error while fetching
> http://tapestry.sf.net/dtd/Tapestry_2_4.dtd:'
> 
> Am I missing something here?
> 
> Regards
> Sanjeev
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Everything you'll ever need on one web page
> from News and Sport to Email and Music Charts
> http://uk.my.yahoo.com
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail:
> tapestry-user-help@jakarta.apache.org
>  

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

RE: Tapestry 1_4_.dtd

Posted by "Howard M. Lewis Ship" <hl...@attbi.com>.
What's happening is you are using the wrong DOCTYPE.  The XML parser is
going out on the Internet to find the DTD from its SYSTEM location
("http://...").

If you use the correct DOCTYPE then Tapestry can intercept this and use the
copy of the DTD packaged with the framework.

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/proposals/tapestry



> -----Original Message-----
> From: Sanjeev Hiremath [mailto:schiremath@yahoo.com] 
> Sent: Monday, March 03, 2003 1:46 AM
> To: tapestry-user@jakarta.apache.org
> Subject: Tapestry 1_4_.dtd
> 
> 
> Hi all,
>    Folks using Tapestry 1.4 could help me.
> While developing and deploying I am getting error
> about 1.4 DTD.
> it says
> 
> 'Error while fetching http://tapestry.sf.net/dtd/Tapestry_2_4.dtd:'
> 
> Am I missing something here?
> 
> Regards
> Sanjeev
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Everything you'll ever need on one web page
> from News and Sport to Email and Music Charts http://uk.my.yahoo.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>