Re: DOCBOOK-APPS: publisher element

From
Robert P. J. Day <>
Date
2002-11-19T18:38:10+00:00
ID
Pine.LNX.4.44.0211191329060.20327-100000@dell
Thread
Re: DOCBOOK-APPS: 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