[aXSL-commit] SF.net SVN: axsl:[3322] trunk/axsl/axsl-00-dev/doc/we b/dtds/0.1/en/axsl-orthography-
An API for XSL-FO.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2026-07-14 21:20:58
|
Revision: 3322
http://sourceforge.net/p/axsl/code/3322
Author: victormote
Date: 2026-07-14 21:20:56 +0000 (Tue, 14 Jul 2026)
Log Message:
-----------
Store the URL as an attribute of the parsed-resource element.
Modified Paths:
--------------
trunk/axsl/axsl-00-dev/doc/web/dtds/0.1/en/axsl-orthography-config.dtd
Modified: trunk/axsl/axsl-00-dev/doc/web/dtds/0.1/en/axsl-orthography-config.dtd
===================================================================
--- trunk/axsl/axsl-00-dev/doc/web/dtds/0.1/en/axsl-orthography-config.dtd 2026-07-14 19:57:53 UTC (rev 3321)
+++ trunk/axsl/axsl-00-dev/doc/web/dtds/0.1/en/axsl-orthography-config.dtd 2026-07-14 21:20:56 UTC (rev 3322)
@@ -167,7 +167,10 @@
<!--
Describes the location of a parsed resource.
-->
-<!ELEMENT parsed-resource (resource-location)>
+<!ELEMENT parsed-resource EMPTY>
+<!ATTLIST parsed-resource
+ url CDATA #REQUIRED
+>
<!--
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|