[interchange-docs] xmldocs - docelic modified 3 files

docs at icdevgroup.org docs at icdevgroup.org
Sun Sep 3 06:53:52 EDT 2006


User:      docelic
Date:      2006-09-03 10:53:51 GMT
Modified:  .        TODO
Modified:  docbook  common.xsl docbookxi.dtd
Log:
- Remove solved TODO items
- Add <am> (ActionMap> XML element

Revision  Changes    Path
1.95      +0 -4      xmldocs/TODO


rev 1.95, prev_rev 1.94
Index: TODO
===================================================================
RCS file: /var/cvs/xmldocs/TODO,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- TODO	2 Sep 2006 22:21:47 -0000	1.94
+++ TODO	3 Sep 2006 10:53:50 -0000	1.95
@@ -1,17 +1,13 @@
 - in iccattut, s/item-field/item-param/ at least on some places. 
 - Make xmldocs tarball in ftp autoupdated
 - Change -latest to version number in tarball download
-- bin/whatsnew-update didn't pick up User: from messages
-- some <am> is visible in feature glossary entry
 - fix/update AdminUser docs
 - aliases like DataDir/DefaultTables are not documented
-- that howto entries get automatic title if start with < in first line
 - unit testing
 - remove NEW from <meta>
 - In tags, make XSLT code print position number besides "Yes" word in 
   positional parameters for tags
 - add search box to guides/index.xml
-- split glossary to individual pages, add TOC to howtos
 
 Outstanding:
 =======



1.19      +1 -0      xmldocs/docbook/common.xsl


rev 1.19, prev_rev 1.18
Index: common.xsl
===================================================================
RCS file: /var/cvs/xmldocs/docbook/common.xsl,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- common.xsl	30 Mar 2006 00:43:11 -0000	1.18
+++ common.xsl	3 Sep 2006 10:53:51 -0000	1.19
@@ -45,6 +45,7 @@
 	<xsl:template match="tag">[<xsl:call-template name="inline.monoseq"/>]</xsl:template>
 	<xsl:template match="pragma"><xsl:call-template name="inline.monoseq"/></xsl:template>
 	<xsl:template match="mv"><xsl:call-template name="inline.monoseq"/></xsl:template>
+	<xsl:template match="am"><xsl:call-template name="inline.monoseq"/></xsl:template>
 	<xsl:template match="filter"><xsl:call-template name="inline.monoseq"/></xsl:template>
 
   <xsl:param name="local.l10n.xml" select="document('')"/>



1.22      +13 -1     xmldocs/docbook/docbookxi.dtd


rev 1.22, prev_rev 1.21
Index: docbookxi.dtd
===================================================================
RCS file: /var/cvs/xmldocs/docbook/docbookxi.dtd,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- docbookxi.dtd	3 Sep 2005 14:01:23 -0000	1.21
+++ docbookxi.dtd	3 Sep 2006 10:53:51 -0000	1.22
@@ -32,7 +32,7 @@
 
 
 <!ENTITY % local.para.char.mix "|xi:include">
-<!ENTITY % local.tech.char.class "|tag|pragma|filter|mv|xi:include">
+<!ENTITY % local.tech.char.class "|tag|pragma|filter|mv|am|xi:include">
 
 <!-- Load DocBook -->
 <!ENTITY % DocBookDTD PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
@@ -85,4 +85,16 @@
 <!ELEMENT mv %ho; (%para.char.mix;|%para.mix;)*>
 <!--end of mv.element-->]]>
 <!--end of mv.module-->]]>
+
+
+<!-- am element -->
+<!ENTITY % am.module "INCLUDE">
+<![%am.module;[
+<!ENTITY % local.am.attrib "">
+
+<!ENTITY % am.element "INCLUDE">
+<![%am.element;[
+<!ELEMENT am %ho; (%para.char.mix;|%para.mix;)*>
+<!--end of am.element-->]]>
+<!--end of am.module-->]]>
 








More information about the docs mailing list