[aXSL-commit] SF.net SVN: axsl:[3332] trunk/axsl/axsl-00-dev/doc/we b/dtds/0.1/en/axsl-parts-of-spe
An API for XSL-FO.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2026-07-21 10:45:11
|
Revision: 3332
http://sourceforge.net/p/axsl/code/3332
Author: victormote
Date: 2026-07-21 10:45:08 +0000 (Tue, 21 Jul 2026)
Log Message:
-----------
Convert boolean values to an entity.
Modified Paths:
--------------
trunk/axsl/axsl-00-dev/doc/web/dtds/0.1/en/axsl-parts-of-speech.dtd
Modified: trunk/axsl/axsl-00-dev/doc/web/dtds/0.1/en/axsl-parts-of-speech.dtd
===================================================================
--- trunk/axsl/axsl-00-dev/doc/web/dtds/0.1/en/axsl-parts-of-speech.dtd 2026-07-20 21:04:32 UTC (rev 3331)
+++ trunk/axsl/axsl-00-dev/doc/web/dtds/0.1/en/axsl-parts-of-speech.dtd 2026-07-21 10:45:08 UTC (rev 3332)
@@ -18,6 +18,7 @@
preposition?, conjunction?, determiner?, interjection?, past-participle?,
present-participle?, future-participle?, cardinal?, ordinal?">
+<!ENTITY % boolean "(true|false)">
<!--
A noun.
@@ -131,7 +132,7 @@
-->
<!ELEMENT regular-root EMPTY>
<!ATTLIST regular-root
- value (true | false) #IMPLIED
+ value %boolean; #IMPLIED
>
<!--
@@ -227,7 +228,7 @@
some standard rules from the orthography. -->
<!ELEMENT convertible-to-possessive EMPTY >
<!ATTLIST convertible-to-possessive
- value (true | false) #IMPLIED
+ value %boolean; #IMPLIED
>
<!-- Indicates that this adjective is a possessive indicator derived from a
@@ -244,7 +245,7 @@
superlative forms using standard rules from the orthography. -->
<!ELEMENT extensible EMPTY >
<!ATTLIST extensible
- value (true | false) #IMPLIED
+ value %boolean; #IMPLIED
>
<!-- Last Line of DTD -->
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|