OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: <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>jane@nowhereuniv.edu</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



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]