[docs] xmldocs - docelic modified 2 files

docs at icdevgroup.org docs at icdevgroup.org
Mon Oct 18 06:16:44 EDT 2004


User:      docelic
Date:      2004-10-18 10:16:44 GMT
Modified:  docbook  common.xsl docbookxi.dtd
Log:
- Fix one excess 's' from previous commit
- Make <filter> report no errors (took me weeks to figure out I forgot to
  add a line in docbook/common.xsl ;-)

Revision  Changes    Path
1.12      +1 -0      xmldocs/docbook/common.xsl


rev 1.12, prev_rev 1.11
Index: common.xsl
===================================================================
RCS file: /var/cvs/xmldocs/docbook/common.xsl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- common.xsl	18 Oct 2004 09:33:51 -0000	1.11
+++ common.xsl	18 Oct 2004 10:16:44 -0000	1.12
@@ -29,6 +29,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="filter"><xsl:call-template name="inline.monoseq"/></xsl:template>
 
   <xsl:param name="local.l10n.xml" select="document('')"/>
   <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">



1.16      +1 -1      xmldocs/docbook/docbookxi.dtd


rev 1.16, prev_rev 1.15
Index: docbookxi.dtd
===================================================================
RCS file: /var/cvs/xmldocs/docbook/docbookxi.dtd,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- docbookxi.dtd	18 Oct 2004 10:09:24 -0000	1.15
+++ docbookxi.dtd	18 Oct 2004 10:16:44 -0000	1.16
@@ -28,7 +28,7 @@
 
 
 <!ENTITY % local.para.char.mix "|xi:include">
-<!ENTITY % local.tech.char.class "|tag|pragma|filters|xi:include">
+<!ENTITY % local.tech.char.class "|tag|pragma|filter|mv|xi:include">
 
 <!-- Load DocBook -->
 <!ENTITY % DocBookDTD PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"








More information about the docs mailing list