Next in thread → Next in month →

Re: [docbook-apps] <editor> tag usage

From
Bob Stayton <>
Date
2005-01-14T17:28:40+00:00
ID
006101c4fa5e$7ae3b630$6400a8c0@toshiro
Thread
Re: [docbook-apps] <editor> tag usage
Hi Tristan,
You are looking at the content model from the proposed (and unfinished)
DocBook 5.0, which does not match the content model in the current 4.3 or
the forthcoming 4.4.  I'm not sure why it doesn't match, but I would stick
with 4.3 for now.

This validates in versions 4.3 and 4.4 of the DTD:

<editor>
<firstname> Jane. </firstname>
<surname>Doe</surname>
<affiliation>
<orgname>University of Nowhere</orgname>
<address>Annapolis, MD 21061</address>
</affiliation>
<email></email>
</editor>

Bob Stayton
Sagehill Enterprises
DocBook Consulting



----- Original Message ----- 
From: "Tristan Fiedler" <>
To: "docbook-apps" <>
Sent: Thursday, January 13, 2005 1:57 PM
Subject: [docbook-apps] <editor> tag usage


> Hi All,
>
> Following the <editor> content model :
>
> editor ::=
>
>      * One of:
>            o Zero or more of:
>                  + address
>                  + affiliation
>                  + contrib
>                  + email
>                  + personblurb
>            o Zero or more of:
>                  + address
>                  + affiliation
>                  + contrib
>                  + email
>                  + orgdiv
>            o orgname
>            o personname
>
> I am not clear on how to simply have this information -firstname,
> surname, email, orgname & address.
>
> (I know this isn't correct):
>
> <editor>
> <personname>
> <firstname> Jane. </firstname>
> <surname>Doe</surname>
> </personname>
> <email></email>
> <affiliation>
> <orgname>University of Nowhere</orgname>
> <address>Annapolis, MD 21061</address>
> </affiliation>
> </editor>
>
>
> Cheers,        Tristan
> ------------------------------
> Tristan J. Fiedler
> Postdoctoral Fellow - Stein Lab
> Cold Spring Harbor Laboratory
>
>
>
Next in thread → Next in month →