[aXSL-commit] SF.net SVN: axsl:[3325] trunk/axsl
An API for XSL-FO.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2026-07-16 11:25:34
|
Revision: 3325
http://sourceforge.net/p/axsl/code/3325
Author: victormote
Date: 2026-07-16 11:25:31 +0000 (Thu, 16 Jul 2026)
Log Message:
-----------
1. Add support for markers and multiple flows.
2. Include the spell-check DTD in the distribution.
Modified Paths:
--------------
trunk/axsl/axsl-00-dev/doc/web/dtds/0.1/en/axsl-spell-check-input.dtd
trunk/axsl/axsl-orthography/build.gradle
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-15 12:08:03 UTC (rev 3324)
+++ trunk/axsl/axsl-00-dev/doc/web/dtds/0.1/en/axsl-spell-check-input.dtd 2026-07-16 11:25:31 UTC (rev 3325)
@@ -81,7 +81,7 @@
3. "column" is the (optional) column number in the original document, if known.
4. "xpath" is the (optional) xpath of the element in the original document, if known.
-->
-<!ELEMENT word (#PCDATA | marker)>
+<!ELEMENT word (#PCDATA | marker)*>
<!ATTLIST word
xml:lang CDATA #IMPLIED
line CDATA #IMPLIED
@@ -121,8 +121,8 @@
word is considered for spell-checking instead of two fragments of the word.
-->
-<!ELEMENT marker>
-<ATTLIST marker
+<!ELEMENT marker EMPTY >
+<!ATTLIST marker
value CDATA #REQUIRED
>
Modified: trunk/axsl/axsl-orthography/build.gradle
===================================================================
--- trunk/axsl/axsl-orthography/build.gradle 2026-07-15 12:08:03 UTC (rev 3324)
+++ trunk/axsl/axsl-orthography/build.gradle 2026-07-16 11:25:31 UTC (rev 3325)
@@ -24,7 +24,8 @@
include "axsl-dictionary.dtd"
include "axsl-hyphenation.dtd"
include "axsl-orthography-config.dtd"
- include "axsl-parts-of-speech.dtd"
+ include "axsl-parts-of-speech.dtd"
+ include "axsl-spell-check-input.dtd"
into "/resources/org/axsl/dtds/"
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|