This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: "SYSTEM" specification required


/ jvjena@cs.tu-berlin.de was heard to say:
| When compiling DocBook XML DTD V4.0beta1 with the 
| Wordperfect 9 DTD-Compiler I get several error-message from the 
| WP DTD-Compiler, all off the same type:
[...]
| An example: The offending lines are:
| 
| Line 66 (->) from docbookx.dtd:
| 
|        <![%dbnotn.module;[
|        <!ENTITY % dbnotn PUBLIC 
|         "-//OASIS//ENTITIES DocBook XML Notations V4.0beta1//EN"
|        "dbnotnx.mod">

But dbnotnx.mod is the system identifier! Looks like a WordPerfect bug.

| ->    %dbnotn;
|         ]]>
| 
| associated with line 59 from dbntx.mod:
| 
|         <!NOTATION BMP		PUBLIC
|         "+//ISBN 0-7923-9432-1::Graphic Notation//NOTATION
|  ->     Microsoft Windows bitmap//EN">

This is a bug in WordPerfect. Notations do not require a system
identifier. By production 82 from the XML REC:

[82]  NotationDecl ::= '<!NOTATION' S Name S (ExternalID | PublicID) S? '>' 

| I suppose I have to adjust the compiling catalog "compile.cat" but 
| what information is required there?

For XML, the catalog isn't required since all parsed entities
have to have system identifiers.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | It is necessary to try to surpass
http://www.oasis-open.org/docbook/ | oneself always; this occupation
Chair, DocBook Technical Committee | ought to last as long as
                                   | life.--Christina, Queen of Sweden


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]