Hi,
I have created a prototype of an XML Parser (a wrapper around the
XML::Parser) based on an idea of using a knowledge base about the
methods and invoking them via queries based referring to what the
class knows about them.
The prototype is here:
http://xuesheng.w.interia.pl/dla_programistow/Class-The-XML-Parser-0.01.tar.gz
It depends on the "core" module:
http://xuesheng.w.interia.pl/dla_programistow/Class-The-0.01.tar.gz
The name is subject to change, I just found some slightly related
classes in the "Class" namespace and permitted myself to call the
prototype "Class::The". This is my first contribution, though, I may
have done something wrong. There are also some tests (in the dir "t")
and quite a lot of pod in the code. Please take a look.