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: 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


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