MYoung wrote: > > Is it available somewhere? I need it for validation in the Eclipse > Amsteras HTML editor and to get rid of all its warning about wicket tags > in html file. >
...place the following in your HTML template... <html xmlns:wicket="http://wicket.sourceforge.net/" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> ...this should remove the warnings in Eclipse. -- View this message in context: http://www.nabble.com/Where-to-find-the-Wicket-DTD-file--tp15618525p15619562.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
