dejats
Version:
Extracts JATS to HTML
17 lines (15 loc) • 411 B
JavaScript
const ALI_NS = 'http://www.niso.org/schemas/ali/1.0/'
, MATHML_NS = 'http://www.w3.org/1998/Math/MathML'
, SVG_NS = 'http://www.w3.org/2000/svg'
, XHTML_NS = 'http://www.w3.org/1999/xhtml'
, XLINK_NS = 'http://www.w3.org/1999/xlink'
, XSI_NS = 'http://www.w3.org/2001/XMLSchema-instance'
;
module.exports = {
ALI_NS,
MATHML_NS,
SVG_NS,
XHTML_NS,
XLINK_NS,
XSI_NS,
};