[aXSL-commit] SF.net SVN: axsl:[3337] 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-24 18:59:44
|
Revision: 3337
http://sourceforge.net/p/axsl/code/3337
Author: victormote
Date: 2026-07-24 18:59:42 +0000 (Fri, 24 Jul 2026)
Log Message:
-----------
Add "unresolved-duplicate" element to use instead of ambiguous-word, when the hyphenation has simply not yet been resolved.
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-24 18:58:34 UTC (rev 3336)
+++ trunk/axsl/axsl-00-dev/doc/web/dtds/0.1/en/axsl-dictionary.dtd 2026-07-24 18:59:42 UTC (rev 3337)
@@ -232,7 +232,8 @@
<!-- Artificial subdivision for human navigation purposes. -->
<!ELEMENT section
-(section | w | ambiguous-word | phrase | word-placeholder)* >
+ (section | w | ambiguous-word | unresolved-duplicate | phrase |
+ word-placeholder)* >
<!ATTLIST section
description CDATA #IMPLIED
>
@@ -247,7 +248,20 @@
-->
<!ELEMENT ambiguous-word (w, w+) >
+
<!--
+Groups two or more words that have identical spelling, but which have differing
+hyphenation points, due to a failure to resolve which set is correct.
+This is basically an error in the dictionary that needs attention.
+Parsers should generally ignore this element and simply process its contents
+as it normally would.
+This results in an implementation-dependent handling, with some implementations
+possibly using the first element, others possible using the last.
+-->
+<!ELEMENT unresolved-duplicate (w, w+) >
+
+
+<!--
A valid word in this language.
By "word" is meant a sequence of characters whose spelling and hyphenation is
unique.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|