[aXSL-commit] SF.net SVN: axsl:[3321] trunk/axsl/axsl-00-dev/doc/we b/dtds/0.1/en/axsl-orthography-
An API for XSL-FO.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2026-07-14 19:57:56
|
Revision: 3321
http://sourceforge.net/p/axsl/code/3321
Author: victormote
Date: 2026-07-14 19:57:53 +0000 (Tue, 14 Jul 2026)
Log Message:
-----------
Remove unused "exclusion" element.
Modified Paths:
--------------
trunk/axsl/axsl-00-dev/doc/web/dtds/0.1/en/axsl-orthography-config.dtd
Modified: trunk/axsl/axsl-00-dev/doc/web/dtds/0.1/en/axsl-orthography-config.dtd
===================================================================
--- trunk/axsl/axsl-00-dev/doc/web/dtds/0.1/en/axsl-orthography-config.dtd 2026-07-14 19:20:29 UTC (rev 3320)
+++ trunk/axsl/axsl-00-dev/doc/web/dtds/0.1/en/axsl-orthography-config.dtd 2026-07-14 19:57:53 UTC (rev 3321)
@@ -116,15 +116,6 @@
>
-<!--
-Describes patterns in a resource file that should be excluded when building the
-resource.
--->
-<!ELEMENT exclusion EMPTY>
-<!ATTLIST exclusion
- regex-pattern CDATA #REQUIRED
->
-
<!ELEMENT dictionary EMPTY>
<!ATTLIST dictionary
reference IDREF #REQUIRED
@@ -131,12 +122,6 @@
>
-<!ELEMENT hyphenation-patterns EMPTY>
-<!ATTLIST hyphenation-patterns
- reference IDREF #REQUIRED
->
-
-
<!ELEMENT match-rules EMPTY>
<!ATTLIST match-rules
reference IDREF #REQUIRED
@@ -164,6 +149,12 @@
>
+<!ELEMENT hyphenation-patterns EMPTY>
+<!ATTLIST hyphenation-patterns
+ reference IDREF #REQUIRED
+>
+
+
<!--
Describes how to find or build a hyphenation-patterns resource.
-->
@@ -198,7 +189,7 @@
An element in a word list, usually a file that contains a list of words, or a
file containing some other information used to create a dictionary.
-->
-<!ELEMENT dictionary-element (resource-location, exclusion*)>
+<!ELEMENT dictionary-element (resource-location)>
<!--
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|