Re: [PHPTAL] XMLNS & DTD

2008-04-23 Thread Iván -DrSlump- Montes
I don't know of any publicly available DTDs for TAL. So either you find a validation tool which doesn't try to load external/unknown DTDs or you create the DTDs yourself and host them somewhere. PS: You can also create some sample data and generate the tal page with it before handling it to the va

Re: [PHPTAL] XMLNS & DTD

2008-04-23 Thread Guillaume Lecanu
Oups, sorry for my last email. It's an error ! Le mercredi 23 avril 2008 à 16:20 +0200, Guillaume Lecanu a écrit : > Hi, > > Le mercredi 23 avril 2008 à 12:23 +0200, Krzysztof Sikorski a écrit : > > > xmlns:tal="http://xml.zope.org/namespaces/tal"; > > xmlns:metal="http://xml.zope.org/namesp

Re: [PHPTAL] XMLNS & DTD

2008-04-23 Thread Guillaume Lecanu
Le mercredi 23 avril 2008 à 12:48 +0100, Kornel Lesinski a écrit : > On Wed, 23 Apr 2008 08:28:30 +0100, Guillaume Lecanu <[EMAIL PROTECTED]> > wrote: > > > When I try to check my template page in W3C validator, this report some > > errors because of xmlns like metal, tal and i18n. > > > > The

Re: [PHPTAL] XMLNS & DTD

2008-04-23 Thread Guillaume Lecanu
Hi, Le mercredi 23 avril 2008 à 12:23 +0200, Krzysztof Sikorski a écrit : > xmlns:tal="http://xml.zope.org/namespaces/tal"; > xmlns:metal="http://xml.zope.org/namespaces/metal"; > Thanks but theses URL go on an 404 Error page, it's may be what's excepted, I don't know. > I found those two som

Re: [PHPTAL] XMLNS & DTD

2008-04-23 Thread Kornel Lesinski
On Wed, 23 Apr 2008 08:28:30 +0100, Guillaume Lecanu <[EMAIL PROTECTED]> wrote: When I try to check my template page in W3C validator, this report some errors because of xmlns like metal, tal and i18n. There is surely a xmlns:metal, xmlns:tal & xmlns:i18n attributes to put in the tag but I d

Re: [PHPTAL] XMLNS & DTD

2008-04-23 Thread Krzysztof Sikorski
(sorry for double mail) I found those two somewhere on the Zope's site. I can't help you with i10n as I don't use that namespace, but I guess the url is similar. Besides, if you just want the validator to shut up, than probably any url will do, or maybe even an empty attribute (xmlns:i10n=""). ___

Re: [PHPTAL] XMLNS & DTD

2008-04-23 Thread Krzysztof Sikorski
xmlns:tal="http://xml.zope.org/namespaces/tal"; xmlns:metal="http://xml.zope.org/namespaces/metal"; On Wed, Apr 23, 2008 at 9:28 AM, Guillaume Lecanu <[EMAIL PROTECTED]> wrote: > > Hi, > > When I try to check my template page in W3C validator, this report some > errors because of xmlns like meta

[PHPTAL] XMLNS & DTD

2008-04-23 Thread Guillaume Lecanu
Hi, When I try to check my template page in W3C validator, this report some errors because of xmlns like metal, tal and i18n. There is surely a xmlns:metal, xmlns:tal & xmlns:i18n attributes to put in the tag but I don't find the good URL of the DTD. Can you give me the correct URL of DTD's ?