UNPKG

enketo-transformer

Version:

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

11 lines (10 loc) 246 B
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" }; export { NAMESPACES }; //# sourceMappingURL=shared.js.map