Changes

Jump to navigation Jump to search
353 bytes removed ,  15:09, 11 August 2020
no edit summary
Todo for xml interface 'ConTeXtXML' extension:
* decide on allowed commands/tags add CDATA support for the content of <context>, <xmlcode>, <texcode>, <pre> and test on those when saving: create a xsd or dtd to feed to libxml for testing?<nowiki>
* (maybe) add a dedicated editing page with split fields
* document the new stuff (ref pages, variants)
* combine the current 'context' extension with the new 'ConTeXtXML' extension
* implement merging with new interface xml releases
 
On validation of edits: perhaps make a lua table by parsing the original /commandfiles/ xml file, only keeping the xml parts we want invariant. Then dump that table to disk using table.print(). After an edit, run the same xml parser on the edited text, load the saved lua table, and check that they are identical. Should work.

Navigation menu