<hi>

Validation Information:

[table border="1" colwidth="115"]
Rules,Values

Contained by:,<add>|<date>|<del>|<head>|<hi>|<l>|<metamark>|<note>|<num>|<p>|<restore>|<seg>|<sic>|<speaker>|<stage>|<stamp>|<unclear>

May contain:,<add>|<anchor/>|<choice>|<date>|<del>|<delSpan/>|<floatingText>|<hi>|<lb/>|<lg>|<metamark>|<note>|<num>|<pb/>|<restore>|<seg>|<sic>|<stage>|<stamp>|<unclear>
Attributes:,@rend
[/table]


What is it?

The <hi> element marks a passage that was highlighted in the original document (in most cases by the author).


Attributes

[ebs-tabs class="yourcustomclass"]
[ebs-tab title="@rend" active="active"]

We distinguish 9 different types of highlights:

  1. italics (rend="i")
  2. bold (rend="b")
  3. boxed (rend="boxed")
  4. circled (rend="circled")
  5. connected (rend="connect")
  6. doubly connected (rend="updownconnect")
  7. indented (rend="indented")
  8. superscript (rend="sup" – ONLY if distinct from a supralinear <add>)
  9. underlined (rend="u")

If you notice a type of highlight that does not fall under any of these types, please let us know; this list can always be expanded, if the documentary evidence warrants it.

[/ebs-tab]
[/ebs-tabs]


Examples of less frequent highlights

[ebs-tabs class="yourcustomclass"]
[ebs-tab title="boxed" active="active"]

The value "boxed" is used whenever a (square) box is drawn around the text.

[ebs-panel style="panel-info"]
[ebs-panel-header]
For example:
[/ebs-panel-header]
[ebs-panel-content]


<hi rend="boxed">Ussy 20.5.49</hi>

[/ebs-panel-content]
[ebs-panel-footer]

NB: to complete this transcription, the date in this example should also be encoded using the <date> tag.

[/ebs-panel-footer]
[/ebs-panel]

[/ebs-tab]

[ebs-tab title="circled"]

The value "circled" is used whenever a more rounded box is drawn around the text.

[ebs-panel style="panel-info"]
[ebs-panel-header]
For example:
[/ebs-panel-header]
[ebs-panel-content]


<hi rend="circled">Dieu</hi>

[/ebs-panel-content]
[ebs-panel-footer]

NB: The fact that this highlighted piece of text is deleted should also be encoded by means of a <del> tag. In this case, the <del> tag would be placed outside the <hi> tags, and not inside them, because the circle itself has been deleted as well.

[/ebs-panel-footer]
[/ebs-panel]

[/ebs-tab]
[ebs-tab title="connected"]

The value "connect" is used when an added hyphen is used to delete the space between two words. In this case, the <hi> tags should be placed around the deleted space.

[ebs-panel style="panel-info"]
[ebs-panel-header]
For example:
[/ebs-panel-header]
[ebs-panel-content]


for<hi rend="connect"> </hi>ever

[/ebs-panel-content]
[/ebs-panel][/ebs-tab]
[ebs-tab title="doubly connected"]

The value "updownconnect" is used in the same way as the "connect" value, with the difference that the space is now deleted by means of two hyphens.

[ebs-panel style="panel-info"]
[ebs-panel-header]
For example:
[/ebs-panel-header]
[ebs-panel-content]


some<hi rend="updownconnect"> </hi>one,

[/ebs-panel-content]
[/ebs-panel]

[/ebs-tab]

[ebs-tab title="indented"]

The value "indented" is used when a larger space is left between two words (or signs) than strictly necessary. You can use the values "indented", "indented2", "indented3", or "indented4", and see which indent approximates the relative length of the actual whitespace best. Using a series of 'spaces' instead of the <hi rend="indent"> tag does not work, because the XSLT will normalize all excessive spaces in the visualization.

[ebs-panel style="panel-info"]
[ebs-panel-header]
For example:

[/ebs-panel-header]
[ebs-panel-content]


Naples, or <hi rend="indented">?</hi>. The

[/ebs-panel-content]
[/ebs-panel]
[/ebs-tab]
[/ebs-tabs]