You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate a list (in document order) starting form biblio.xml file.
Show the initials <p> of the biblio.xml file taking into account their @rend attribute.
Each item of the list should be the extended bibliographic record: take the content of the <bibl> element and put it in a paragraph. Show <title> in italics except for @level =”a”. Reverse indent the paragraph.
Create an anchor on the basis of the @xml:id of each <bibl>
Create links for the internal references within the biblio (<ref> element with @target)
As an option: the biblio list should be sortable by the reader:
alphabetically (by author’s surname) [this is document order]
by title
As an option to be considered at a later stage: for each record show the letters in which it is mentioned: list the letter’s id in which we have element with @target attribute = biblio.xml# followed by the id of the corresponding element. The ids of the letters should be the last four digits within the element with @type="letterId">. Each letter id (or note number?) is a link to the reference within the text of the letter.
The text was updated successfully, but these errors were encountered:
Generate a list (in document order) starting form biblio.xml file.
Show the initials
<p>
of the biblio.xml file taking into account their@rend
attribute.Each item of the list should be the extended bibliographic record: take the content of the
<bibl>
element and put it in a paragraph. Show<title>
in italics except for@level =”a”
. Reverse indent the paragraph.Create an anchor on the basis of the
@xml:id
of each<bibl>
Create links for the internal references within the biblio (
<ref>
element with@target
)As an option: the biblio list should be sortable by the reader:
As an option to be considered at a later stage: for each record show the letters in which it is mentioned: list the letter’s id in which we have element with @target attribute = biblio.xml# followed by the id of the corresponding element. The ids of the letters should be the last four digits within the element with @type="letterId">. Each letter id (or note number?) is a link to the reference within the text of the letter.
The text was updated successfully, but these errors were encountered: