[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: writing HOWTO in DocBook 3.1 SGML
Amir Malik <amir@infoteen.com> writes:
> <!DOCTYPE Article PUBLIC "-//Davenport//DTD DocBook V3.0//EN">
Please, do change this line to:
<!doctype article public "-//OASIS//DTD DocBook V3.1//EN">
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The above line was telling your system to use DocBook V3.0. 
> <Article>
> 
> <ArticleInfo>
> <Title>Enterprise Linux Server HOWTO</Title>
> <Author><FirstName>by Amir Malik, <amir@infoteen.com>
> </FirstName></Author>
> <PubDate>22 June 2000</PubDate>
> <ReleaseInfo>v0.1-beta, 22 June 2000</ReleaseInfo>
> <Abstract><Para>Little Intro...</Para></Abstract>
> </ArticleInfo>
You should say:
<author>
   <firstname>Amir</firstname><surname>Malik</surname>
I'm using the following strutucture to my e-mail address:
   <affiliation>
      <orgname>
          <ulink url="http://www.LinuxDoc.org">Linux Documentation Project</ulink>
      </orgname>
      <address><email>amir@infoteen.com</email></address>
   </affilitation>
And then, after all that, don't forget the
</author>
> Is this correct? My feeling is that I don't have the correct LDP stylesheets/DTDs/DSSLs...
I suggest using the above markup... 
> I must have overlooked something really simple, can anyone help me?
I hope I've helped.
Be seeing you,
-- 
Godoy.	<godoy@conectiva.com> 
Departamento de Publicações
Publishing Department                   Conectiva S.A.
--  
To UNSUBSCRIBE, email to ldp-discuss-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org