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


On Mon, 2005-11-14 at 13:26 -0700, Scott Hudson wrote:
> 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
> }


I *hope* the order isn't significant?
(definition,
inclusion
exclusion)

This gives me

docbook.rnc:76:5: error: conflicting ID-types for attribute "id" from
namespace "http://www.w3.org/XML/1998/namespace"; of element
"itemizedlist"

I think that the original and 'new' definitions conflict?

-- 
Regards, 

Dave Pawson
XSLT + Docbook FAQ
http://www.dpawson.co.uk



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