Skip to content

Ccomptes/features/parser

Mab requested to merge CwenMab/editoria:ccomptes/features/parser into master

Parser used to replace the converters when previewing/downloading the book Standalone module enabling the creation of custom converter with a library of element (footnote, table of content, clean up of editor tags etc...). The desired converter is applied by giving his name beside the xml string when calling the parse function Complete with unit test and internationalization (cf other merge request)

/!\ our api package is different from yours so the change we made there to call the parser api may have to be adapted to the change you made for template etc.. but the behavior of the module can be seen in the unit tests

Merge request reports