]> granicus.if.org Git - docbook-dsssl/commitdiff
Implemented RFE #434439
authorNorman Walsh <ndw@nwalsh.com>
Fri, 9 Nov 2001 15:34:21 +0000 (15:34 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Fri, 9 Nov 2001 15:34:21 +0000 (15:34 +0000)
docbook/xml/dbpoolx.mod

index 2e8b41b35bd29db1c25a879e5fca09319cfc47c0..0568c5e351c48be09339dcbde4700b2eded7db9d 100644 (file)
@@ -4040,6 +4040,7 @@ in the text (no (0) value, the default)
 <!ATTLIST fieldsynopsis
        %common.attrib;
        %fieldsynopsis.role.attrib;
+       language        CDATA   #IMPLIED
        %local.fieldsynopsis.attrib;
 >
 <!--end of fieldsynopsis.attlist-->]]>
@@ -4083,6 +4084,7 @@ in the text (no (0) value, the default)
 <!ATTLIST constructorsynopsis
        %common.attrib;
        %constructorsynopsis.role.attrib;
+       language        CDATA   #IMPLIED
        %local.constructorsynopsis.attrib;
 >
 <!--end of constructorsynopsis.attlist-->]]>
@@ -4106,6 +4108,7 @@ in the text (no (0) value, the default)
 <!ATTLIST destructorsynopsis
        %common.attrib;
        %destructorsynopsis.role.attrib;
+       language        CDATA   #IMPLIED
        %local.destructorsynopsis.attrib;
 >
 <!--end of destructorsynopsis.attlist-->]]>
@@ -4131,6 +4134,7 @@ in the text (no (0) value, the default)
 <!ATTLIST methodsynopsis
        %common.attrib;
        %methodsynopsis.role.attrib;
+       language        CDATA   #IMPLIED
        %local.methodsynopsis.attrib;
 >
 <!--end of methodsynopsis.attlist-->]]>