UNPKG

enketo-transformer

Version:

Library that transforms ODK-compliant XForms into a format that Enketo can consume

11 lines (10 loc) 342 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const NAMESPACES = { xmlns: "http://www.w3.org/2002/xforms", orx: "http://openrosa.org/xforms", h: "http://www.w3.org/1999/xhtml", xsl: "http://www.w3.org/1999/XSL/Transform" }; exports.NAMESPACES = NAMESPACES; //# sourceMappingURL=shared.cjs.map