[aXSL-commit] SF.net SVN: axsl:[3342] 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-29 22:56:25
|
Revision: 3342
http://sourceforge.net/p/axsl/code/3342
Author: victormote
Date: 2026-07-29 22:56:24 +0000 (Wed, 29 Jul 2026)
Log Message:
-----------
Treat element "abbrev" like a first-class word.
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-29 22:11:11 UTC (rev 3341)
+++ trunk/axsl/axsl-00-dev/doc/web/dtds/0.1/en/axsl-dictionary.dtd 2026-07-29 22:56:24 UTC (rev 3342)
@@ -274,7 +274,7 @@
An example of such a word is the English word "record," which can be a noun,
hyphenated "rec-ord", or a verb, hyphenated "re-cord".
-->
-<!ELEMENT w (t, (abbrev | contraction | (%parts-of-speech;))?, comment?)>
+<!ELEMENT w (t, abbrev?, (contraction | (%parts-of-speech;))?, comment?)>
<!--
The text of the word, including valid hyphenation points in the word.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|