Can anyone recommend a validator (browser plugin, online, or eclipse plugin) that won't complain about <wicket> tags when dtd is declared properly. W3C complains about those tags even if the following is declared:
<!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" xmlns:wicket=" http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd" xml:lang="en" lang="en"> thanks, -nikita