e.printStackTrace(System.err);
}
// Taglibs that may have been imported
// <foo:bar> type tags
rules.add(new TaglibRule(taglibtag));
//catch any other tags we dont know about (xml etc) and make them
//a different color
rules.add(new TagRule(unktag));