if(type == htmlToken.HTML_TAG || type == htmlToken.HTML_SINGLETAG) {
if(tok.getToken().startsWith("!")) continue;
try {
xe.reset();
xe.parseString("<" + tok.getToken() + "/>");
} catch(XMLParseException xpe) {
JConfig.log().logVerboseDebug("eBay's HTML still sucks.");
continue;
}