aboutsummaryrefslogtreecommitdiff
path: root/test/jats-reader.native
AgeCommit message (Collapse)AuthorFilesLines
2018-03-05Remove extraneous, significant whitespace in JATS writer output (#4335)Nokome Bentley1-2/+2
This patch fixes some cases where the JATS writer was introducing semantically significant whitespace by indenting and wrapping tags. Note that the JATS spec has a content model for `<p>` tags of `(#PCDATA | ...`. Any tag where `#PCDATA` children are possible should not have any indentation. The same is true for `<th>`, `<td>`, `<term>`, `<label>`.
2017-12-23JATS reader: process author metadata.John MacFarlane1-1/+1
2017-12-20Add Basic JATS reader based on DocBook readerHamish Mackenzie1-0/+422