Projects » Dot Net » Reflective XML Parser

Reflective XML Parser

Version: 1.1
Download: ReflectiveXmlParser.zip

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