]> granicus.if.org Git - docbook-dsssl/commitdiff
Make @width text instead of integer
authorNorman Walsh <ndw@nwalsh.com>
Fri, 3 Mar 2006 08:04:56 +0000 (08:04 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Fri, 3 Mar 2006 08:04:56 +0000 (08:04 +0000)
docbook/relaxng/docbook/src/pool.rnc

index d1aa8a5b73d050d6bc97ab306e505ec4684447fa..facc47d83e9cfc8aa98382ab681d016c8508f565 100644 (file)
@@ -461,7 +461,7 @@ db.width.attribute =
    [
       db:refpurpose [ "Specifies the width of the element" ]
    ]
-   attribute width { xsd:integer }
+   attribute width { text }
 
 db.depth.attribute =
    [