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]
Other format: [Raw text]

Re: DOCBOOK DTD


davanagere hari_pr <dhari_pr@cs.odu.edu> 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/




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