Dave Pawson wrote:

> 1. If I try this jing tells me
> 
> /files/litprog/litprog.rng:45:14: error: conflicting ID-types for
> attribute "linkend" of element "msginfo" from namespace
> "http://docbook.org/ns/docbook";
> 
> which I'm led to believe is the RELAX NG DTD Compatibility issue.
> so I try

Don't use your "foreign-elements" pattern, instead use "db._any" pattern
which is predefined in DocBook schema. This pattern excludes elements
from known namespaces (like DocBook NS) so there is no ambiguity in
validation and thus also not conflicting datatypes for attributes.

-- 
------------------------------------------------------------------
  Jirka Kosek      e-mail: [EMAIL PROTECTED]      http://xmlguru.cz
------------------------------------------------------------------
       Professional XML consulting and training services
  DocBook customization, custom XSLT/XSL-FO document processing
------------------------------------------------------------------
 OASIS DocBook TC member, W3C Invited Expert, ISO JTC1/SC34 member
------------------------------------------------------------------

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to