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: multiple authors


Hi DocBook users,

I am creating a docbook <article>, and have multiple authors with the 
same affiliation.  I don't want the affiliation listed for each author, 
since the affiliation is the same.

Does anyone have a valid docbook solution?

---- My current XML :
		<author>
			<firstname>john</firstname>
			<surname>doe</surname>
			<affiliation>
				<orgname>Department of Biology, New York University</orgname>
				<address>New York, NY 10003 USA</address>
			</affiliation>
		</author>
		<author>
			<firstname>jane</firstname>
			<surname>doe</surname>
			<affiliation>
				<orgname>Department of Biology, New York University</orgname>
				<address>New York, NY 10003 USA</address>
			</affiliation>
		</author>
------

docbook xml 4.4CR2, xsl 1.67.2, fop 0.20.5, saxon 6.5.3

Thank you,        Tristan
---
Tristan J. Fiedler
Cold Spring Harbor Laboratory



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