]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
its: Extend schema so that docbook4.its and docbook5.its pass.
authorBruno Haible <bruno@clisp.org>
Sun, 13 Oct 2024 22:28:38 +0000 (00:28 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 13 Oct 2024 22:40:05 +0000 (00:40 +0200)
* gettext-tools/src/its.xsd: Add an <any> element that catches other rules.

gettext-tools/src/its.xsd

index cd48c23f245a6756f049382ff295bb4716a4de35..21cd7f45445df572e74f8286a5e8b048de4c7110 100644 (file)
@@ -45,6 +45,9 @@ Written by Bruno Haible &lt;bruno@clisp.org&gt;, 2024.
         </element>
         <element ref="gt:escapeRule">
         </element>
+        <!-- Allow other rules from the ITS namespace, as well as itstool
+             extensions (not implemented by GNU gettext).  -->
+        <any namespace="##targetNamespace http://itstool.org/extensions/" processContents="skip"/>
       </choice>
     </sequence>
     <attribute name="version" type="string" use="required" fixed="2.0"></attribute>