davanagere hari_pr <[EMAIL PROTECTED]> writes:

> Hi,
> I am using DocBook 4.1 public DTD in my project. I tried to create a
> simple XML file by including the identifier as given below,
> 
> <?xml version="1.0" standalone="no"?>
> <!DOCTYPE Chapter PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
> <!-- I tried giving the path of the docbook.dtd  here, that is the path
> where i downloaded the docbook dtd 4.1, like,
> "http://www.cs.odu.edu/~dhari_pr/cs695/docbook/dockbook.dtd"; -->
> [...]

For DocBook XML try this:

  <!DOCTYPE chapter
    PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
    "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";>


-- 
Michael Smith, Tokyo, Japan    http://sideshowbarker.net

But I, grown shrewder - scan the Skies
With a suspicious Air -
As Children - swindled for the first
All Swindlers - be - infer -

  --Emily Dickinson (476)      http://www.logopoeia.com/ed/



Reply via email to