throws SAXException, IOException
{
// Configure the digester as required
digester.setNamespaceAware( true );
RuleSet rs = new TestRuleSet( null, "http://commons.apache.org/digester/Foo" );
digester.addRuleSet( rs );
// Parse our test input.
Employee employee = digester.parse( getInputStream( "Test2.xml" ) );