From 7a40d302600e3fcf53374d20c854b322b4366c68 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Mon, 27 Jun 2022 18:56:55 +0200 Subject: [PATCH] Register HTML namespace. --- .../src/org/argeo/app/core/SuiteContentTypes.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/org.argeo.app.core/src/org/argeo/app/core/SuiteContentTypes.java b/org.argeo.app.core/src/org/argeo/app/core/SuiteContentTypes.java index f42cde6..15b1125 100644 --- a/org.argeo.app.core/src/org/argeo/app/core/SuiteContentTypes.java +++ b/org.argeo.app.core/src/org/argeo/app/core/SuiteContentTypes.java @@ -20,6 +20,8 @@ public enum SuiteContentTypes { "https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/fop/src/foschema/fop.xsd"), // // XCAL_2_0("xcal", "urn:ietf:params:xml:ns:icalendar-2.0", "xCal-2.0.xsd", null), + // + XHTML_1_1("h", "http://www.w3.org/1999/xhtml", null, "https://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd"), // // ODK // -- 2.30.2