[aXSL-commit] SF.net SVN: axsl:[3340] trunk/axsl/axsl-00-dev/doc/we b/dtds/0.1/en/axsl-spell-check-
An API for XSL-FO.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2026-07-29 16:54:20
|
Revision: 3340
http://sourceforge.net/p/axsl/code/3340
Author: victormote
Date: 2026-07-29 16:54:18 +0000 (Wed, 29 Jul 2026)
Log Message:
-----------
Add back nested "text" elements.
Modified Paths:
--------------
trunk/axsl/axsl-00-dev/doc/web/dtds/0.1/en/axsl-spell-check-input.dtd
Modified: trunk/axsl/axsl-00-dev/doc/web/dtds/0.1/en/axsl-spell-check-input.dtd
===================================================================
--- trunk/axsl/axsl-00-dev/doc/web/dtds/0.1/en/axsl-spell-check-input.dtd 2026-07-29 16:52:50 UTC (rev 3339)
+++ trunk/axsl/axsl-00-dev/doc/web/dtds/0.1/en/axsl-spell-check-input.dtd 2026-07-29 16:54:18 UTC (rev 3340)
@@ -56,7 +56,7 @@
4. "xpath" is the (optional) xpath of the element in the original document, if
known.
-->
-<!ELEMENT text (#PCDATA | word | marker)*>
+<!ELEMENT text (#PCDATA | word | marker | text)*>
<!ATTLIST text
xml:lang CDATA #IMPLIED
line CDATA #IMPLIED
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|