relaton / relaton-bib

MIT License
3 stars 1 forks source link

Making extent more liberal #52

Closed opoudjis closed 2 years ago

opoudjis commented 2 years ago

For https://github.com/relaton/relaton-render/issues/22

Like citation and docrelation already do, we want extent to contain any combination of localityStack and locality, and not just locality. So the following is a legal extent:

<extent>
  <localityStack>
    <locality type="chapter">4</locality>
    <locality type="figure">2</locality>
  </localityStack>
  <locality type="chapter">5</locality>
</extent>

meaning, Chapter 4, Figure 2 + Chapter 5.