Re: DOCBOOK: [ #456174 ] Req: a <YearRange> within <copyright>

From
Dmitri Colebatch <>
Date
2001-09-25T09:40:40+00:00
ID
Thread
Re: DOCBOOK: [ #456174 ] Req: a <YearRange> within <copyright>
Given the legal question raised, wouldn't it be better to distinguish in
case there are legal implications?

<copyright>
  <range>
    <from>1990</from>
    <to>2000</to>
  </range>
</copyright>

or 

<copyright>
  <year>1999</year>
  <year>2000</year>
</copyright>

<!ELEMENT copyright (range | year)+ >
<!ELEMENT range (from, to) >

something like that?

cheers
dim

On Tue, 25 Sep 2001, Norman Walsh wrote:

> / Phillip Shelton <> was heard to say:
> | > Another obvious possibility is to let the stylesheet take care of
> | > the collation.
> | 
> | You need someway of marking up the difference between 1990-2000 and
> | 1990,2000
> 
> Presumably, the former would be:
> 
>  <year>1990</year>
>  <year>1991</year>
>  <year>1992</year>
>  ...
>  <year>2000</year>
> 
> and the latter would be:
> 
>  <year>1990</year>
>  <year>2000</year>
> 
>                                         Be seeing you,
>                                           norm
> 
>