essepuntato / rash

Research Articles in Simplified HTML (RASH) Framework includes a markup language defined as a subset of HTML+RDF for writing scientific articles, and related tools to convert it into different formats, to extract data from it, etc.
https://w3id.org/people/essepuntato/papers/rash-peerj2016.html
ISC License
82 stars 24 forks source link

Handling "keep-ref-order" in ODT2RASH #69

Open essepuntato opened 7 years ago

essepuntato commented 7 years ago

A new parameter (i.e. "keep-ref-order", as a boolean value – default: false) has been added in the conversion XSLT from ODT to RASH.

The Java code of the converter must be extended so as to accept a flag for setting such parameter to "true" if needed.