OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

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


Subject: Re: DOCBOOK: docbook dtd and org.apache.xalan.xslt.Process classes


> It is telling me that the dtd does not exist.
>
> Has anyone else attempted this?

Yes.  In your .xml file, in the doctype declaration, don't use the
http-style URL for the DTD, but copy the DTD to your system and use the
file-style URL.  Here's what I use:

<?xml version="1.0"?>
<!DOCTYPE article PUBLIC "-//Norman Walsh//DTD DocBk XML V3.1.3.6//EN"
  "file:/c:/share/sgml/norman_walsh/docbook/docbookx.dtd">
...

(Assuming that I've installed DocBK XML under c:\share\sgml\...)

Take care.
--Sean



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


Powered by eList eXpress LLC