We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are multiple types of document order, TEI documents can be linked with @next and @prev attributes (doc)
@next
@prev
Place all TEI files on one timeline. Probably the best place for @next and @prev is the root /TEI
/TEI
Add @next and @prev to the //meeting with equal @ana (term, meeting, sitting, agenda) and @n:
//meeting
@ana
term
meeting
sitting
agenda
@n
<meeting ana="#parla.term #parla.lower #parliament.PSP8" n="ps2017">ps2017</meeting> <meeting ana="#parla.meeting #parla.lower" n="ps2017/030">ps2017/030</meeting> <meeting ana="#parla.sitting #parla.lower" n="ps2017/030/07">ps2017/030/07</meeting> <meeting ana="#parla.agenda #parla.lower" n="ps2017/030/016">ps2017/030/016</meeting>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are multiple types of document order, TEI documents can be linked with
@next
and@prev
attributes (doc)full order
Place all TEI files on one timeline. Probably the best place for
@next
and@prev
is the root/TEI
partial order
Add
@next
and@prev
to the//meeting
with equal@ana
(term
,meeting
,sitting
,agenda
) and@n
:need to be thought out
The text was updated successfully, but these errors were encountered: