Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-04-05 | JATS writer: escape disallows chars in identifiers | Albert Krewinkel | 1 | -2/+3 | |
XML identifiers must start with an underscore or letter, and can contain only a limited set of punctuation characters. Any IDs not adhering to these rules are rewritten by writing the offending characters as Uxxxx, where `xxxx` is the character's hex code. | |||||
2021-01-29 | JATS writer: escape special chars in reference elements. | Albert Krewinkel | 1 | -3/+6 | |
Prevents the generation of invalid markup if a citation element contains an ampersand or another character with a special meaning in XML. | |||||
2021-01-22 | JATS writer: allow to use element-citation | Albert Krewinkel | 1 | -0/+160 | |