// disable since the ExampleSAXConsumer can't handle $ variables in
// the input at the moment.
}
protected SerialisationConfiguration createConfiguration() {
TestSerialisationConfiguration conf =
new TestSerialisationConfiguration();
conf.registerEmptyElement(0x26, "br");
conf.registerEmptyElement(0x2B, "go");
conf.registerEmptyElement(0x2F, "input");
conf.registerUrlAttribute("go", "href");
return conf;
}