This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


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: publisher element


On Tue, 19 Nov 2002, Restie Perona wrote:

> hi guys,
> 
> can anybody help me about this?
> 
> My text shows like this: "Philadelphia: WB Saunders,"
> 
> with error:
> <publisher>
> 	<address>
> 		<city>Philadelphia:</city>
> 	</address>
> 	<publishername>WB Saunders,</publishername>
> </publisher>
> 
> valid:
> <publisher>	
> 	<publishername>WB Saunders,</publishername>
> 	<address>
> 		<city>Philadelphia:</city>
> 	</address>
> </publisher>
> 
> Is there anybody know the reason behind this?

because the <publisher> element is defined to have a mandatory
<publishername> element *followed by* an arbitrary number of
<address> elements.  <publishername> must come first.

rday


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