Emacs XML Project information
XML-poly (XML parser)
XML-poly is an XML parser on Emacs. Unlike the former xml.el, XML-poly treats XML names as symbols, of course it can distinguish them by their XML namespace URI.
Currently XML-poly is distributed only via Subversion repository, because it should be modified or implemented in the following points.
- relevant character categories,
- flexible reader/printer features,
- intelligent manipulations for parsed XML objects.
TpoI (RELAX NG validator)
TpoI is an XML validator. It interprets RELAX NG schema, and validates
XML objects that is parsed by XML-poly. TpoI try to match each pattern
of the schema with actual XML objects, and also gives the correspondences
between XML objects and the pattern specified by the schema. As long as
the original XML document is valid, this matching is always successful.
Now TpoI is also avaliable via Subversion repository. TpoI depends on XML-poly so that you should download it with XML-poly.
XDA (Xml Diagnosis Assistant)
T.B.D.