Hiya, I have an SAX2 parser that implements DefaultHandler. Each of my xml files has a schema which defines the attribute/content SimpleTypes in each element. I need a way to get the name of the SimpleType for each of the attributes/content when my startElement/characters methods are called. I noticed there is an EntityResolver and a DTDHandler class, would this do what I need?
Many thanks, Paul --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
