Alex Bernier wrote: > Hello, > > I hope it is the right place to ask my question... > > I work on a "collaborative correction of books" project. I know there is > already some projects related to this subject, like Wikisource. The main > difference between my project and Wikisource is that my books are stored > in text using DAISY (see http://www.daisy.org/), a format based on XML. I > have some questions : > > 1) Is there some tools to import XML files in a Wiki ? > > 2) Is there tools to export a Wiki page in XML ?
Some tools, such as Extension:Collection, export wikitext as Docbook XML. I don't know about importing, but it should be easier. If you can load daisy on openoffice, it can export as wikitext. > 3) I will have to extend the Wikitext (I want to import DAISY XML files in > my Wiiki and export them from the Wiki to XML DAISY after correction, > without loosing information). As far as you don't manually change the wikitext berween export and import, could be done. Trying to import arbitrary wikitext correctly, woulb be really hard. > I think it would be easy for the majority of > the new tags I want to add, but it would be more difficult for some of them. > For example, I need to improve the headings possibilities of the Wikitext. > For the moment, it is limited to 5 levels. I need potentially infinite > imbrications, like this: Not hard to extend === Title === or <h1>, <h2>... However, hotml doesn't provide infinite headings, that's why there's such limitation. > Is it possible to add this kind of thing in the Wikitext ? If yes, is it > possible to do this with an extension, or is it necessary to do "low-levels" > modifications of the Wikitext parser ? > > Best regards, > > Alex Bernier _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
