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-apps] docbook tiny


You probably need to disallow the initial definition, and then redefine it:

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

db.itemizedlist |=
    element itemizedlist {
       db.itemizedlist.attlist,
       db.itemizedlist.info,
       db.listitem+
     }

include "docbook.rnc"
{
db.itemizedlist = notAllowed
}


Jirka Kosek wrote:

> Dave Pawson wrote:
>
>> 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
>
>
> I bet you have two definitions of db.itemizedlist in dbtiny.rnc. You 
> should remove one which you don't want to use.
>


-- 
*Scott Hudson*
Flatirons Solutions Corporation
XML and Content Management Solutions
2555 55th Street, Suite 100 D
Boulder, CO 80301 	 
phone: 303-544-0514 x 146
fax: 303-544-0522
email: Scott.Hudson@FlatironsSolutions.com 
<mailto:Scott.Hudson@FlatironsSolutions.com>
web: http://www.FlatironsSolutions.com <http://www.flatironssolutions.com/>
blog: http://scottysengineeringlog.net <http://scottysengineeringlog.net/>

Knowledge is Power. Sharing is Empowerment.
begin:vcard
fn:Scott Hudson
n:Hudson;Scott
org:Flatirons Solutions
adr:;;2555 55th Street, Suite 100D;Boulder;CO;80301;USA
email;internet:scott.hudson@flatironssolutions.com
title:Consultant
tel;work:303-544-0514 x146
tel;fax:303-544-0522
tel;cell:303-332-1883
note:Knowledge is power. Sharing is empowerment.
x-mozilla-html:TRUE
url:http://shudson310.blogspot.com
version:2.1
end:vcard



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