xmlServ TODO
There are various areas for performance improvements (XSL caching/preloading, output caching coming to my mind) that are planned but not yet implemented.
Things to do before the source code will be released:
- Finish HTTP upload module (does not even compile right now)
- Tidy up sample data
- Tidy up DB structure
- Complete API documentation
Other things to do:
- Write down the DTDs for the XML documents used (configuration file, various applications)
- Improve Error handling
- More status reports
- Performance monitoring
- More backend modules
- XSL cache
- Add support for URL rewriting instead of using cookies
- Add SOAP support
- Output cache (XML as well as processed XML)
- A LDAP Backend would be nice
As the backends already produce XML content, the export via a SOAP interface is a natural extension to the concept of
XMLServ.
In Progress...