I am working on a Java app that inserts external HTML
documents in an AurigaDoc <document-body> section.
It adds <link> and <section> elements according to the
HTML ToC schema (based on H[1-6] tags).
It uses jTidy so it works with any HTML document, even
if non-XML compliant (such as Word docs).
I am using it:
* to upgrade my existing HTML documentations to AurigaDoc
* with Mozilla Composer to have a cross-platform
AurigaDoc wysiwyg editor.
Please let me know if anyone is interested. It works
fine to me, but would require a little work to be
ditributable ;)
Prometeus