Reflective XML Parser
This class is an XML Parser that uses reflection to act a bit like Python's sgmllib. You derive your parser from ReflectiveXmlParser and add methods with names like start_tagname and end_tagname that are called when those start and end tags are encountered.
Contact Information
- Email:

