[aXSL-commit] SF.net SVN: axsl:[3323] 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 22:22:06
|
Revision: 3323
http://sourceforge.net/p/axsl/code/3323
Author: victormote
Date: 2026-07-14 22:22:03 +0000 (Tue, 14 Jul 2026)
Log Message:
-----------
Replace unparsed-hyphenation-patterns element with new unparsed-resource 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 21:20:56 UTC (rev 3322)
+++ trunk/axsl/axsl-00-dev/doc/web/dtds/0.1/en/axsl-orthography-config.dtd 2026-07-14 22:22:03 UTC (rev 3323)
@@ -158,7 +158,7 @@
<!--
Describes how to find or build a hyphenation-patterns resource.
-->
-<!ELEMENT hyphenation-patterns-resource (parsed-resource*, unparsed-hyphenation-patterns?) >
+<!ELEMENT hyphenation-patterns-resource (parsed-resource*, unparsed-resource?) >
<!ATTLIST hyphenation-patterns-resource
id ID #REQUIRED
>
@@ -174,6 +174,15 @@
<!--
+Describes the location of an unparsed resource.
+-->
+<!ELEMENT unparsed-resource EMPTY>
+<!ATTLIST unparsed-resource
+ url CDATA #REQUIRED
+>
+
+
+<!--
The path to a resource.
-->
<!ELEMENT resource-location (#PCDATA)>
@@ -195,12 +204,6 @@
<!ELEMENT dictionary-element (resource-location)>
-<!--
-The URL to a raw (unparsed) hyphenation patterns file.
--->
-<!ELEMENT unparsed-hyphenation-patterns (resource-location)>
-
-
<!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.
|