Hi,
I'd like to create a new core module called xwiki-xml which contains
xwiki utility classes to help parse XML.
The first need I have is to put inside an Entity resolver so that DTDs
can be resolved locally.
The idea is to move the following files currently located in xwiki-core:
* XWikiURIResolver
* xhtml1-*.dtd (2 files)
* xhtml-*.ent (3 files)
I need this in the new rendering XHTML macro to support entities.
In the future we could put there any generic code useful for handling
XML (and for which we don't have any external framework to use of
course).
Here's my +1
Thanks
-Vincent