I didn't say it's not supported, I was just asking. And I don't think you
have to use 2 DTDs. I think it rather is an extension of the standard XHTML
DTD (that's why it is a DTD and not an XML schema). 

-- Stefan



Will Jackson-2 wrote:
> 
> Thanks for the info... hmmm... I wonder why it is not supported? I would
> have assumed that they would use a xsd rather than a dtd. How would this
> be used? Using multiple dtds can get messy (not to mention they may cause
> issues in Internet Exploder).
> 
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
>    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
> <html xmlns="http://www.w3.org/1999/xhtml"; lang="en" xml:lang="en">
> 
> Better:
> <?xml version="1.0" encoding="UTF-8"?>
> <html xmlns="http://www.w3.org/1999/xhtml";
>     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>     xmlns:wicket="http://wicket.apache.org";
>     xsi:schemaLocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd
> http://wicket.apache.org/someWicketSchema";
>     xml:lang="en">
> 
> Stefan Fußenegger <[EMAIL PROTECTED]> wrote: 
> I was asking myself the same a while ago. Today I found a file named
> wicket-xhtml1-strict.dtd in the SVN. You can find it at
> http://svn.apache.org/repos/asf/wicket/trunk/jdk-1.4/wicket/wicket-xhtml1-strict.dtd
>  
> 
> But I don't know whether this file is supported or not, as I haven't found
> anything in the docs. Does somebody know more?
> 
> Regards, Stefan
> 
> 
> 
> Frank Bille-2 wrote:
>> 
>> There is no schema for it if thats what you mean.
>> 
>> But you can set the namespace to wicket:xmlns="http://wicket.apache.org";
>> 
>> Frank
>> 
>> On Nov 5, 2007 10:42 PM, Will Jackson  wrote:
>> 
>>> no one knows what the Wicket namespace is?
>>>
>>> Will Jackson  wrote: Is there a Wicket xhtml
>>> namespace that will work with Eclipse content assist? I searched the
>>> forums,
>>> but can't find anything.
>>>
>>>  __________________________________________________
>>> Do You Yahoo!?
>>> Tired of spam?  Yahoo! Mail has the best spam protection around
>>> http://mail.yahoo.com
>>>
>>>  __________________________________________________
>>> Do You Yahoo!?
>>> Tired of spam?  Yahoo! Mail has the best spam protection around
>>> http://mail.yahoo.com
>>>
>> 
>> 
> 
> 
> -----
> -------
> Stefan Fußenegger
> http://talk-on-tech.blogspot.com // looking for a nicer domain ;)
> -- 
> View this message in context:
> http://www.nabble.com/Wicket-namespace--tf4753975.html#a13597017
> Sent from the Wicket - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
>  __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> 


-----
-------
Stefan Fußenegger
http://talk-on-tech.blogspot.com // looking for a nicer domain ;)
-- 
View this message in context: 
http://www.nabble.com/Wicket-namespace--tf4753975.html#a13597735
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to