[aXSL-commit] SF.net SVN: axsl:[3336] 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-24 18:58:36
|
Revision: 3336
http://sourceforge.net/p/axsl/code/3336
Author: victormote
Date: 2026-07-24 18:58:34 +0000 (Fri, 24 Jul 2026)
Log Message:
-----------
Add "proper" element as a sub-element to "noun."
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-23 13:19:47 UTC (rev 3335)
+++ trunk/axsl/axsl-00-dev/doc/web/dtds/0.1/en/axsl-parts-of-speech.dtd 2026-07-24 18:58:34 UTC (rev 3336)
@@ -26,8 +26,7 @@
<!ELEMENT noun (
(singular | plural | pluralizable | number-any)?,
((masculine?, feminine?, neuter?) | gender-any)?,
- convertible-to-possessive?
-
+ convertible-to-possessive?, proper?
)>
@@ -210,6 +209,14 @@
and plural. -->
<!ELEMENT number-any EMPTY >
+<!-- Indicates that this noun is always a proper noun, and should always be
+captialized.
+Examples: Eisenhower, Iceland.
+Counter-examples, sometimes proper nouns that can also be common nouns: china,
+king.
+ -->
+<!ELEMENT proper EMPTY >
+
<!-- Indicates that this word or usage can be used in the masculine gender. -->
<!ELEMENT masculine EMPTY >
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|