[aXSL-commit] SF.net SVN: axsl:[3324] 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-15 12:08:14
|
Revision: 3324
http://sourceforge.net/p/axsl/code/3324
Author: victormote
Date: 2026-07-15 12:08:03 +0000 (Wed, 15 Jul 2026)
Log Message:
-----------
Replace unparsed-dictionary, resource-location, and dictionary-element with unparsed-resource uses.
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 22:22:03 UTC (rev 3323)
+++ trunk/axsl/axsl-00-dev/doc/web/dtds/0.1/en/axsl-orthography-config.dtd 2026-07-15 12:08:03 UTC (rev 3324)
@@ -143,7 +143,7 @@
<!--
Describes how to find or build a dictionary resource.
-->
-<!ELEMENT dictionary-resource (parsed-resource*, unparsed-dictionary*)>
+<!ELEMENT dictionary-resource (parsed-resource*, unparsed-resource*)>
<!ATTLIST dictionary-resource
id ID #REQUIRED
>
@@ -182,28 +182,6 @@
>
-<!--
-The path to a resource.
--->
-<!ELEMENT resource-location (#PCDATA)>
-<!ATTLIST resource-location
- type (classpath | url) #REQUIRED
->
-
-
-<!--
-The URL to an unparsed dictionary, the raw material for parsing a dictionary.
--->
-<!ELEMENT unparsed-dictionary (dictionary-element*)>
-
-
-<!--
-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)>
-
-
<!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.
|