[aXSL-commit] SF.net SVN: axsl:[3341] 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-29 22:11:14
|
Revision: 3341
http://sourceforge.net/p/axsl/code/3341
Author: victormote
Date: 2026-07-29 22:11:11 +0000 (Wed, 29 Jul 2026)
Log Message:
-----------
Simplify language, script, and country attributes. Move size and source to the comments.
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-29 16:54:18 UTC (rev 3340)
+++ trunk/axsl/axsl-00-dev/doc/web/dtds/0.1/en/axsl-orthography-config.dtd 2026-07-29 22:11:11 UTC (rev 3341)
@@ -183,17 +183,19 @@
<!--
-1. language-iso-3char: The 3-character ISO-639-2/T code for the language being
- configured. For example, for English: "eng".
-2. script-iso-4char: The 4-character ISO-15924 code for the script being
- configured. For example, for Latin: "Latn".
-3. country-iso-3char: The 3-character ISO-3166-1 code for the language being
- configured. For example, for Canada: "CAN".
+Each of these attributes needs to match up with resources configured elsewhere.
+1. language: The 3-character or 4-character ISO-639 code for the language being
+ configured. For example, for English: "eng". For Early Middle English:
+ "emen".
+2. script: The 4-character ISO-15924 code for the script being configured. For
+ example, for Latin: "Latn".
+3. country: The 3-character ISO-3166-1 code for the language being configured.
+ For example, for Canada: "CAN".
-->
<!ATTLIST orthography
- language-iso-3char CDATA #REQUIRED
- script-iso-4char CDATA #REQUIRED
- country-iso-3char CDATA #REQUIRED
+ language CDATA #REQUIRED
+ script CDATA #REQUIRED
+ country CDATA #REQUIRED
>
<!-- Last line of DTD -->
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|