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