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


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

Re: Completely failing to understand OLink


On Fri, May 12, 2000 at 12:55:19PM +0000, Nik Clayton wrote:
>     <DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
>     <!ENTITY otherdoc SYSTEM "../handbook/book.sgml">
>     ]>
> However Jade spits out
>   "otherdoc" is not a data or subdocument entity

i got fooled by this one for a fair while too..

try:
 <!ENTITY otherdoc SYSTEM "../handbook/book.sgml" CDATA SGML>

i'm sure there's something deep-and-meaningful about the last two
keywords - but you'll have to ask someone who actually understands
SGML ;)

-- 
 - Gus

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