OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: docbook tiny


/ Dave Pawson <davep@dpawson.co.uk> was heard to say:
| To which jing responds
| [dpawson@marge files]$ jing -c dbtiny.rnc dbtiny1.xml
| Usage: jing [-c] schemaFile instance instance instance
| /sgml/files/dbtiny.rnc:56:2: error: multiple definitions of
| "db.itemizedlist" without "combine" attribute

You've done something else, Dave. This example works fine for me:

default namespace db = "http://docbook.org/ns/docbook";

include "http://docbook.org/xml/5.0b1/rng/docbook.rnc";
{
    db.itemizedlist =
     element itemizedlist {
        db.itemizedlist.attlist,
        db.itemizedlist.info,
        db.listitem+
      }
}

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | There is a road from the eye to
http://www.oasis-open.org/docbook/ | the heart that does not go through
Chair, DocBook Technical Committee | the intellect.--G. K. Chesterton

PGP signature



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]