[aXSL-commit] SF.net SVN: axsl:[3331] trunk/axsl/axsl-00-dev/doc/we b/dtds/0.1/en/axsl-dictionary.d
An API for XSL-FO.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2026-07-20 21:04:35
|
Revision: 3331
http://sourceforge.net/p/axsl/code/3331
Author: victormote
Date: 2026-07-20 21:04:32 +0000 (Mon, 20 Jul 2026)
Log Message:
-----------
Add element "section" to assist with human readability and navigation.
Modified Paths:
--------------
trunk/axsl/axsl-00-dev/doc/web/dtds/0.1/en/axsl-dictionary.dtd
Modified: trunk/axsl/axsl-00-dev/doc/web/dtds/0.1/en/axsl-dictionary.dtd
===================================================================
--- trunk/axsl/axsl-00-dev/doc/web/dtds/0.1/en/axsl-dictionary.dtd 2026-07-18 16:04:13 UTC (rev 3330)
+++ trunk/axsl/axsl-00-dev/doc/web/dtds/0.1/en/axsl-dictionary.dtd 2026-07-20 21:04:32 UTC (rev 3331)
@@ -121,7 +121,7 @@
-->
<!ELEMENT axsl-dictionary (import-adhoc-dictionary*,
import-standard-dictionary*,
- (w | word-group | phrase | word-placeholder)*)>
+ (section | w | word-group | phrase | word-placeholder)*)>
<!--
1. id: Used to allow one dictionary to point to another. It is an error for
more than one dictionary document to have the same id, although that must
@@ -217,6 +217,14 @@
>
+<!-- Artificial subdivision for human navigation purposes. -->
+<!ELEMENT section
+(section | w | word-group | phrase | word-placeholder)* >
+<!ATTLIST section
+ description CDATA #IMPLIED
+>
+
+
<!--
Optional element containing two or more words that have identical spelling, but
that have different semantics.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|