[aXSL-commit] SF.net SVN: axsl:[3329] 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-17 16:25:25
|
Revision: 3329
http://sourceforge.net/p/axsl/code/3329
Author: victormote
Date: 2026-07-17 16:25:23 +0000 (Fri, 17 Jul 2026)
Log Message:
-----------
Replace elements parsed-resource and unparsed-resource with new resource-location.
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-17 13:03:27 UTC (rev 3328)
+++ trunk/axsl/axsl-00-dev/doc/web/dtds/0.1/en/axsl-orthography-config.dtd 2026-07-17 16:25:23 UTC (rev 3329)
@@ -22,6 +22,8 @@
"./axsl-parts-of-speech.dtd">
%aXSL-Parts-of-Speech-DTD;
+<!ENTITY % Boolean "(true|false)">
+
<!ELEMENT axsl-orthography-config (match-rule-list*,
derivative-pattern-list*, derivative-factory-list*, dictionary-resource*,
hyphenation-patterns-resource*, orthography+)>
@@ -143,7 +145,7 @@
<!--
Describes how to find or build a dictionary resource.
-->
-<!ELEMENT dictionary-resource (parsed-resource*, unparsed-resource*)>
+<!ELEMENT dictionary-resource (resource-location+)>
<!ATTLIST dictionary-resource
id ID #REQUIRED
>
@@ -158,7 +160,7 @@
<!--
Describes how to find or build a hyphenation-patterns resource.
-->
-<!ELEMENT hyphenation-patterns-resource (parsed-resource*, unparsed-resource?) >
+<!ELEMENT hyphenation-patterns-resource (resource-location+) >
<!ATTLIST hyphenation-patterns-resource
id ID #REQUIRED
>
@@ -165,23 +167,16 @@
<!--
-Describes the location of a parsed resource.
+Describes the location of a resource.
-->
-<!ELEMENT parsed-resource EMPTY>
-<!ATTLIST parsed-resource
+<!ELEMENT resource-location EMPTY>
+<!ATTLIST resource-location
+ parsed %Boolean; #REQUIRED
url CDATA #REQUIRED
>
-<!--
-Describes the location of an unparsed resource.
--->
-<!ELEMENT unparsed-resource EMPTY>
-<!ATTLIST unparsed-resource
- url CDATA #REQUIRED
->
-
<!ELEMENT orthography (match-rules*,
derivative-rules?, dictionary?, hyphenation-patterns?,
derivative-factories?) >
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|