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