Hi I,m using a SAX parser with this features:
parser.setContentHandler( PsHan );
parser.setFeature("http://xml.org/sax/features/validation",false);
parser.setFeature("http://xml.org/sax/features/namespaces",false);
but apparently the setContentHandler doesn't behave as it should.
for example the LocalName in the StartElement function is a blanck string.
Is it because the validation rule is off.
Will the setContentHandler work if this rule is off ?
cheers.
