<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://xml.huygens.knaw.nl/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=GJB</id>
		<title>XML - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://xml.huygens.knaw.nl/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=GJB"/>
		<link rel="alternate" type="text/html" href="https://xml.huygens.knaw.nl/index.php/Special:Contributions/GJB"/>
		<updated>2026-06-14T11:12:03Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.26.3</generator>

	<entry>
		<id>https://xml.huygens.knaw.nl/index.php?title=Notes&amp;diff=557</id>
		<title>Notes</title>
		<link rel="alternate" type="text/html" href="https://xml.huygens.knaw.nl/index.php?title=Notes&amp;diff=557"/>
				<updated>2017-12-12T12:24:08Z</updated>
		
		<summary type="html">&lt;p&gt;GJB: /* Discussion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Principles===&lt;br /&gt;
(To be realized step by step)&lt;br /&gt;
* All XML documentation on this wiki&lt;br /&gt;
* Describe general decisions only once, project-specific changes on project-level pages&lt;br /&gt;
* Each project has its own schema, but new elements (not in the general TEI schema) will use a single (Huygens) namespace&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
===Restjes===&lt;br /&gt;
&lt;br /&gt;
For the transcription of the manuscripts, the aim is to stay as close to the original text as possible. We focus on the production of diplomatic editions. This means that the edition is based on only one source and that the text and all graphic information will be displayed in accordance with this source. We don’t aspire a typographic imitation of the source, but aim for a functional reproduction of the text. As already stated, staying true to the text is key for the transcriptions. This means that deviations from the standard spelling and grammar are copied, changes made during writing - immediately or later - are documented, and if relevant, the physical structure of the source is reproduced.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For now, we have decided to relate source and destination texts to each other by pointing from the destination to the source at the paragraph and at the term level. &lt;br /&gt;
&lt;br /&gt;
These references may look like:&lt;br /&gt;
&lt;br /&gt;
At paragraph level (in this example there are two source paragraphs): &lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;p xml:id=&amp;quot;p2&amp;quot; corresp=&amp;quot;BornInHollandTest.xml#p1 BornInHollandTest.xml#p3&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At term level:&lt;br /&gt;
&amp;lt;pre&amp;gt;which obscure &amp;lt;term xml:id=&amp;quot;t1&amp;quot; corresp=&amp;quot;BornInHolland.xml#t3&amp;quot;&amp;gt;pure reality&amp;lt;/term&amp;gt;.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Discussion===&lt;br /&gt;
* How to encode blockquote?&lt;br /&gt;
** q[rend=&amp;quot;block&amp;quot;] (http://www.open.ac.uk/blogs/styleproject/?p=52 and https://www.ct-lc.org/sites/ct-lc.org/files/tei-workshop-2015-01-holton_exercise.pdf)&lt;br /&gt;
** q[rend=&amp;quot;display&amp;quot;] (http://www.tei-c.org/Vault/ED/edw35.txt)&lt;br /&gt;
** q with child p or lg (http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ)&lt;br /&gt;
&lt;br /&gt;
* Use &amp;lt;name[type=&amp;quot;person&amp;quot;]&amp;gt;, &amp;lt;persName&amp;gt; or both?&lt;br /&gt;
&lt;br /&gt;
* Define when to use &amp;lt;ref&amp;gt;, &amp;lt;ptr&amp;gt;, &amp;lt;anchor&amp;gt;?&lt;br /&gt;
&lt;br /&gt;
* Can &amp;lt;sic&amp;gt; and &amp;lt;corr&amp;gt; be rendered standalone?&lt;br /&gt;
&lt;br /&gt;
* Can we make &amp;lt;label&amp;gt; inside &amp;lt;item&amp;gt; the standard? The &amp;lt;label&amp;gt; preceding the &amp;lt;item&amp;gt; generates invalid HTML&lt;/div&gt;</summary>
		<author><name>GJB</name></author>	</entry>

	<entry>
		<id>https://xml.huygens.knaw.nl/index.php?title=Rendering_(ePistolarium)&amp;diff=547</id>
		<title>Rendering (ePistolarium)</title>
		<link rel="alternate" type="text/html" href="https://xml.huygens.knaw.nl/index.php?title=Rendering_(ePistolarium)&amp;diff=547"/>
				<updated>2017-12-08T15:02:55Z</updated>
		
		<summary type="html">&lt;p&gt;GJB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Rendering of TEI elements may be controlled with their &amp;lt;code&amp;gt;@rend&amp;lt;/code&amp;gt; attribute.&lt;br /&gt;
However, it is mainly used on the &amp;lt;code&amp;gt;hi&amp;lt;/code&amp;gt; element.&lt;br /&gt;
&lt;br /&gt;
Attribute values used:&lt;br /&gt;
* &amp;lt;code&amp;gt;bold&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;case(smallcaps)&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;italic&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;strikethrough&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;subscript&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;superscript&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;underline&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;align(right)&amp;lt;/code&amp;gt; (on &amp;lt;code&amp;gt;p&amp;lt;/code&amp;gt; elements)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Example: https://test.epistolarium.huygens.knaw.nl/documents/e405b5dc-a25c-41be-9882-5fc9fe5d9abf&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;... dienvolgende gelieft uEdelheijt voor de voorgaande opgegeven getallen&lt;br /&gt;
&amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;gt;232,&amp;lt;/hi&amp;gt; 159, &amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;gt;104,&amp;lt;/hi&amp;gt; te stellen de rechte&lt;br /&gt;
&amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;gt;231,&amp;lt;/hi&amp;gt; 159, &amp;lt;hi rend=&amp;quot;bold&amp;quot;&amp;gt;105,&amp;lt;/hi&amp;gt; ofte deze 77, 53, 35.&lt;br /&gt;
...&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Example: https://test.epistolarium.huygens.knaw.nl/documents/b797e0a5-59c8-466a-aa36-368cb692f361&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;... ces paroles du premier Avertissement, &amp;lt;hi rend=&amp;quot;case(smallcaps)&amp;quot;&amp;gt;Bien entendu&lt;br /&gt;
qu'on cherchera toujours ce qui sera pour le mieux&amp;lt;/hi&amp;gt;. Par ces paroles toutes&lt;br /&gt;
...&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Example: https://test.epistolarium.huygens.knaw.nl/documents/c846d786-3eee-42f5-8030-a232a8594a58&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Pour la seconde, à savoir: &amp;lt;hi rend=&amp;quot;italic&amp;quot;&amp;gt;cognitâ hac linguâ, caeteras omnes, ut ejus dialectos, cognoscere&amp;lt;/hi&amp;gt;,&lt;br /&gt;
ce n'est que pour faire valoir la drogue; ...&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Example: https://test.epistolarium.huygens.knaw.nl/documents/754efb24-b47f-49b8-9e93-b76009241979&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;... il faut mieux qu'elle aille devant &amp;lt;hi rend=&amp;quot;strikethrough&amp;quot;&amp;gt;que d[...]en aller ensemble.&lt;br /&gt;
&amp;lt;hi rend=&amp;quot;underline&amp;quot;&amp;gt;peut estre que vous changerez encor de volonté, avant vostre partemant&amp;lt;/hi&amp;gt;.&lt;br /&gt;
Dirk bout est icy, ...&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Example: https://test.epistolarium.huygens.knaw.nl/documents/849def28-fbcb-44bf-9479-b10a236cb990&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;note&amp;gt;De kristallen die L. heeft weergegeven in de fig. 3 tot en met 6 (F, G, H en I),&lt;br /&gt;
zullen waarschijnlijk piperine, C&amp;lt;hi rend=&amp;quot;subscript&amp;quot;&amp;gt;17&amp;lt;/hi&amp;gt;H&amp;lt;hi rend=&amp;quot;subscript&amp;quot;&amp;gt;19&amp;lt;/hi&amp;gt;NO&amp;lt;hi rend=&amp;quot;subscript&amp;quot;&amp;gt;3&amp;lt;/hi&amp;gt;,&lt;br /&gt;
geweest zijn. Dit kan in verschillende vormen kristalliseren: naald-, prisma- en lensvormig. [Kl. en Swt.]&amp;lt;/note&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Example: https://test.epistolarium.huygens.knaw.nl/documents/0164c9ab-e0ca-4c31-80c5-ae60c73c0e29&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Au bateau de S. Ex.&amp;lt;hi rend=&amp;quot;superscript&amp;quot;&amp;gt;e&amp;lt;/hi&amp;gt; contre terre à 3/4 heures dessus Heusden, le 3&amp;lt;hi rend=&amp;quot;superscript&amp;quot;&amp;gt;e&amp;lt;/hi&amp;gt; de Septemb. 1634, vers minuict.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Example: https://test.epistolarium.huygens.knaw.nl/documents/7e57c582-225c-44d7-9845-4449c80152ed&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;hi rend=&amp;quot;italic&amp;quot;&amp;gt;- - - - Humano capiti&amp;lt;/hi&amp;gt;, &amp;amp;amp;c. aut&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p rend=&amp;quot;italic&amp;quot;&amp;gt;Delphinum silvis appingit, fluctibus aprum.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;5 Id. Ian. 1629.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Example: https://test.epistolarium.huygens.knaw.nl/documents/df5eefe2-172d-43d2-b656-8a9232b84047&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p rend=&amp;quot;align(right)&amp;quot;&amp;gt;[Sedan,] le 14 janvier 1678&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Monsieur et tres honoré pere,&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Example: https://test.epistolarium.huygens.knaw.nl/documents/047cdbd9-6e08-4aa9-b9ee-a0fc07fcfca2&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;p xml:id=&amp;quot;p-6&amp;quot;&amp;gt;A Monsieur Monsieur C. Huygens, Secretaire de Son Altesse. &amp;lt;lb/&amp;gt; A L'armée. &amp;lt;lb/&amp;gt; &amp;lt;seg rend=&amp;quot;italic&amp;quot;&amp;gt;met een rolle papier&amp;lt;/seg&amp;gt;.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>GJB</name></author>	</entry>

	<entry>
		<id>https://xml.huygens.knaw.nl/index.php?title=Notes&amp;diff=529</id>
		<title>Notes</title>
		<link rel="alternate" type="text/html" href="https://xml.huygens.knaw.nl/index.php?title=Notes&amp;diff=529"/>
				<updated>2017-11-21T11:42:37Z</updated>
		
		<summary type="html">&lt;p&gt;GJB: /* Discussion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Principles===&lt;br /&gt;
(To be realized step by step)&lt;br /&gt;
* All XML documentation on this wiki&lt;br /&gt;
* Describe general decisions only once, project-specific changes on project-level pages&lt;br /&gt;
* Each project has its own schema, but new elements (not in the general TEI schema) will use a single (Huygens) namespace&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
===Restjes===&lt;br /&gt;
&lt;br /&gt;
For the transcription of the manuscripts, the aim is to stay as close to the original text as possible. We focus on the production of diplomatic editions. This means that the edition is based on only one source and that the text and all graphic information will be displayed in accordance with this source. We don’t aspire a typographic imitation of the source, but aim for a functional reproduction of the text. As already stated, staying true to the text is key for the transcriptions. This means that deviations from the standard spelling and grammar are copied, changes made during writing - immediately or later - are documented, and if relevant, the physical structure of the source is reproduced.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For now, we have decided to relate source and destination texts to each other by pointing from the destination to the source at the paragraph and at the term level. &lt;br /&gt;
&lt;br /&gt;
These references may look like:&lt;br /&gt;
&lt;br /&gt;
At paragraph level (in this example there are two source paragraphs): &lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;p xml:id=&amp;quot;p2&amp;quot; corresp=&amp;quot;BornInHollandTest.xml#p1 BornInHollandTest.xml#p3&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At term level:&lt;br /&gt;
&amp;lt;pre&amp;gt;which obscure &amp;lt;term xml:id=&amp;quot;t1&amp;quot; corresp=&amp;quot;BornInHolland.xml#t3&amp;quot;&amp;gt;pure reality&amp;lt;/term&amp;gt;.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Discussion===&lt;br /&gt;
* How to encode blockquote?&lt;br /&gt;
** q[rend=&amp;quot;block&amp;quot;] (http://www.open.ac.uk/blogs/styleproject/?p=52 and https://www.ct-lc.org/sites/ct-lc.org/files/tei-workshop-2015-01-holton_exercise.pdf)&lt;br /&gt;
** q[rend=&amp;quot;display&amp;quot;] (http://www.tei-c.org/Vault/ED/edw35.txt)&lt;br /&gt;
** q with child p or lg (http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ)&lt;br /&gt;
&lt;br /&gt;
* Use &amp;lt;name[type=&amp;quot;person&amp;quot;]&amp;gt;, &amp;lt;persName&amp;gt; or both?&lt;br /&gt;
&lt;br /&gt;
* Define when to use &amp;lt;ref&amp;gt;, &amp;lt;ptr&amp;gt;, &amp;lt;anchor&amp;gt;?&lt;br /&gt;
&lt;br /&gt;
* Can &amp;lt;sic&amp;gt; and &amp;lt;corr&amp;gt; be rendered standalone?&lt;/div&gt;</summary>
		<author><name>GJB</name></author>	</entry>

	<entry>
		<id>https://xml.huygens.knaw.nl/index.php?title=Notes&amp;diff=528</id>
		<title>Notes</title>
		<link rel="alternate" type="text/html" href="https://xml.huygens.knaw.nl/index.php?title=Notes&amp;diff=528"/>
				<updated>2017-11-21T10:02:04Z</updated>
		
		<summary type="html">&lt;p&gt;GJB: /* Discussion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Principles===&lt;br /&gt;
(To be realized step by step)&lt;br /&gt;
* All XML documentation on this wiki&lt;br /&gt;
* Describe general decisions only once, project-specific changes on project-level pages&lt;br /&gt;
* Each project has its own schema, but new elements (not in the general TEI schema) will use a single (Huygens) namespace&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
===Restjes===&lt;br /&gt;
&lt;br /&gt;
For the transcription of the manuscripts, the aim is to stay as close to the original text as possible. We focus on the production of diplomatic editions. This means that the edition is based on only one source and that the text and all graphic information will be displayed in accordance with this source. We don’t aspire a typographic imitation of the source, but aim for a functional reproduction of the text. As already stated, staying true to the text is key for the transcriptions. This means that deviations from the standard spelling and grammar are copied, changes made during writing - immediately or later - are documented, and if relevant, the physical structure of the source is reproduced.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For now, we have decided to relate source and destination texts to each other by pointing from the destination to the source at the paragraph and at the term level. &lt;br /&gt;
&lt;br /&gt;
These references may look like:&lt;br /&gt;
&lt;br /&gt;
At paragraph level (in this example there are two source paragraphs): &lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;p xml:id=&amp;quot;p2&amp;quot; corresp=&amp;quot;BornInHollandTest.xml#p1 BornInHollandTest.xml#p3&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At term level:&lt;br /&gt;
&amp;lt;pre&amp;gt;which obscure &amp;lt;term xml:id=&amp;quot;t1&amp;quot; corresp=&amp;quot;BornInHolland.xml#t3&amp;quot;&amp;gt;pure reality&amp;lt;/term&amp;gt;.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Discussion===&lt;br /&gt;
* How to encode blockquote?&lt;br /&gt;
** q[rend=&amp;quot;block&amp;quot;] (http://www.open.ac.uk/blogs/styleproject/?p=52 and https://www.ct-lc.org/sites/ct-lc.org/files/tei-workshop-2015-01-holton_exercise.pdf)&lt;br /&gt;
** q[rend=&amp;quot;display&amp;quot;] (http://www.tei-c.org/Vault/ED/edw35.txt)&lt;br /&gt;
** q with child p or lg (http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ)&lt;br /&gt;
&lt;br /&gt;
* Use &amp;lt;name[type=&amp;quot;person&amp;quot;]&amp;gt;, &amp;lt;persName&amp;gt; or both?&lt;br /&gt;
&lt;br /&gt;
* Define when to use &amp;lt;ref&amp;gt;, &amp;lt;ptr&amp;gt;, &amp;lt;anchor&amp;gt;?&lt;br /&gt;
&lt;br /&gt;
* Should &amp;lt;sic&amp;gt; and &amp;lt;corr&amp;gt; be rendered standalone?&lt;/div&gt;</summary>
		<author><name>GJB</name></author>	</entry>

	<entry>
		<id>https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=527</id>
		<title>Default display of TEI elements</title>
		<link rel="alternate" type="text/html" href="https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=527"/>
				<updated>2017-11-08T13:23:47Z</updated>
		
		<summary type="html">&lt;p&gt;GJB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For each TEI element, we define a standard display. This page will dscribe the display for all elements that we use. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; ab &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-ab.html TEI reference]&lt;br /&gt;
* Pergamon component: see [[#.3C_div_.3E|&amp;lt; div &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; add &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FAdd%2C%20%7B%20type%3A%20%27add%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; choice &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FChoice%2C%20%7B%20type%3A%20%27choice%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; closer &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?&amp;amp;selectedKind=Tags%2FPassive%2FCloser%2C%20%7B%20type%3A%20closer%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; corr &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html TEI reference]&lt;br /&gt;
* Pergamon component: see [[#.3C_choice_.3E|&amp;lt; choice &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; date &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-date.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?&amp;amp;selectedKind=Tags%2FPassive%2FDateTag%2C%20%7B%20type%3A%20date%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; div &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-div.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FDiv%2C%20%7B%20type%3A%20div%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; hi &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FHi%27%2C%20%7B%20type%3A%20%27hi%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; l &amp;gt;====&lt;br /&gt;
* http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-l.html&lt;br /&gt;
* Pergamon component: part of [[#lg|&amp;lt; lg &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; lg &amp;gt;====&lt;br /&gt;
* http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lg.html&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FLineGroup%20%7B%20type%3A%20%27lg%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; name &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FName%2C%20%7B%20type%3A%20p%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; opener &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?&amp;amp;selectedKind=Tags%2FPassive%2FOpener%2C%20%7B%20type%3A%20opener%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; p &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-p.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FP%2C%20%7B%20type%3A%20p%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; rs &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-rs.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FRs%2C%20%7B%20type%3A%20rs%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; seg &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-seg.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/&amp;amp;selectedKind=Tags%2FPassive%2FSeg%2C%20%7B%20type%3A%20seg%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; sic &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html TEI reference]&lt;br /&gt;
* Pergamon component: see [[#.3C_choice_.3E|&amp;lt; choice &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; title &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FTitle%2C%20%7B%20type%3A%20title%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== ToDo ===&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;lb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;pb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-pb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;restore&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-restore.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;retrace&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-retrace.html&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;surface&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-surface.html&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;facsimile&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-facsimile.html&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;zone&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-zone.html&lt;/div&gt;</summary>
		<author><name>GJB</name></author>	</entry>

	<entry>
		<id>https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=526</id>
		<title>Default display of TEI elements</title>
		<link rel="alternate" type="text/html" href="https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=526"/>
				<updated>2017-11-08T13:22:18Z</updated>
		
		<summary type="html">&lt;p&gt;GJB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For each TEI element, we define a standard display. This page will dscribe the display for all elements that we use. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; ab &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-ab.html TEI reference]&lt;br /&gt;
* Pergamon component: see [[#.3C_div_.3E|&amp;lt; div &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; add &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FAdd%2C%20%7B%20type%3A%20%27add%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; choice &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FChoice%2C%20%7B%20type%3A%20%27choice%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; closer &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?&amp;amp;selectedKind=Tags%2FPassive%2FCloser%2C%20%7B%20type%3A%20closer%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; corr &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html TEI reference]&lt;br /&gt;
* Pergamon component: see [[#.3C_choice_.3E|&amp;lt; choice &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; date &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-date.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?&amp;amp;selectedKind=Tags%2FPassive%2FDateTag%2C%20%7B%20type%3A%20date%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; div &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-div.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FDiv%2C%20%7B%20type%3A%20div%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;facsimile&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-facsimile.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; hi &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FHi%27%2C%20%7B%20type%3A%20%27hi%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; l &amp;gt;====&lt;br /&gt;
* http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-l.html&lt;br /&gt;
* Pergamon component: part of [[#lg|&amp;lt; lg &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;lb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; lg &amp;gt;====&lt;br /&gt;
* http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lg.html&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FLineGroup%20%7B%20type%3A%20%27lg%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; name &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FName%2C%20%7B%20type%3A%20p%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; opener &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?&amp;amp;selectedKind=Tags%2FPassive%2FOpener%2C%20%7B%20type%3A%20opener%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; p &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-p.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FP%2C%20%7B%20type%3A%20p%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;pb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-pb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;restore&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-restore.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;retrace&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-retrace.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; rs &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-rs.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FRs%2C%20%7B%20type%3A%20rs%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; seg &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-seg.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/&amp;amp;selectedKind=Tags%2FPassive%2FSeg%2C%20%7B%20type%3A%20seg%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; sic &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html TEI reference]&lt;br /&gt;
* Pergamon component: see [[#.3C_choice_.3E|&amp;lt; choice &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;surface&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-surface.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; title &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FTitle%2C%20%7B%20type%3A%20title%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;zone&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-zone.html&lt;/div&gt;</summary>
		<author><name>GJB</name></author>	</entry>

	<entry>
		<id>https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=525</id>
		<title>Default display of TEI elements</title>
		<link rel="alternate" type="text/html" href="https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=525"/>
				<updated>2017-11-08T13:19:39Z</updated>
		
		<summary type="html">&lt;p&gt;GJB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For each TEI element, we define a standard display. This page will dscribe the display for all elements that we use. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; ab &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-ab.html TEI reference]&lt;br /&gt;
* Pergamon component: see [[#.3C_div_.3E|&amp;lt; div &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; add &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FAdd%2C%20%7B%20type%3A%20%27add%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; choice &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FChoice%2C%20%7B%20type%3A%20%27choice%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; closer &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?&amp;amp;selectedKind=Tags%2FPassive%2FCloser%2C%20%7B%20type%3A%20closer%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; corr &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html TEI reference]&lt;br /&gt;
* Pergamon component: see [[#.3C_choice_.3E|&amp;lt; choice &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; date &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-date.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?&amp;amp;selectedKind=Tags%2FPassive%2FDateTag%2C%20%7B%20type%3A%20date%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; div &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-div.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FDiv%2C%20%7B%20type%3A%20div%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;facsimile&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-facsimile.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; hi &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FHi%27%2C%20%7B%20type%3A%20%27hi%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; l &amp;gt;====&lt;br /&gt;
* http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-l.html&lt;br /&gt;
* Pergamon component: part of [[#lg|&amp;lt; lg &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;lb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; lg &amp;gt;====&lt;br /&gt;
* http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lg.html&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FLineGroup%20%7B%20type%3A%20%27lg%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; name &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FName%2C%20%7B%20type%3A%20p%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; opener &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?&amp;amp;selectedKind=Tags%2FPassive%2FOpener%2C%20%7B%20type%3A%20opener%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; p &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-p.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FP%2C%20%7B%20type%3A%20p%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;pb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-pb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;restore&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-restore.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;retrace&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-retrace.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; rs &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-rs.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FRs%2C%20%7B%20type%3A%20p%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; sic &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html TEI reference]&lt;br /&gt;
* Pergamon component: see [[#.3C_choice_.3E|&amp;lt; choice &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;surface&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-surface.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; title &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FTitle%2C%20%7B%20type%3A%20p%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;zone&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-zone.html&lt;/div&gt;</summary>
		<author><name>GJB</name></author>	</entry>

	<entry>
		<id>https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=524</id>
		<title>Default display of TEI elements</title>
		<link rel="alternate" type="text/html" href="https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=524"/>
				<updated>2017-11-08T13:15:22Z</updated>
		
		<summary type="html">&lt;p&gt;GJB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For each TEI element, we define a standard display. This page will dscribe the display for all elements that we use. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; ab &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-ab.html TEI reference]&lt;br /&gt;
* Pergamon component: see [[#.3C_div_.3E|&amp;lt; div &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; add &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FAdd%2C%20%7B%20type%3A%20%27add%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; choice &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FChoice%2C%20%7B%20type%3A%20%27choice%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; closer &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-closer.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?&amp;amp;selectedKind=Tags%2FPassive%2FCloser%2C%20%7B%20type%3A%20closer%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; corr &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html TEI reference]&lt;br /&gt;
* Pergamon component: see [[#.3C_choice_.3E|&amp;lt; choice &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; div &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-div.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FDiv%2C%20%7B%20type%3A%20div%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;facsimile&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-facsimile.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; hi &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FHi%27%2C%20%7B%20type%3A%20%27hi%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; l &amp;gt;====&lt;br /&gt;
* http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-l.html&lt;br /&gt;
* Pergamon component: part of [[#lg|&amp;lt; lg &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;lb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; lg &amp;gt;====&lt;br /&gt;
* http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lg.html&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FLineGroup%20%7B%20type%3A%20%27lg%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; name &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FName%2C%20%7B%20type%3A%20p%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; opener &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-opener.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?&amp;amp;selectedKind=Tags%2FPassive%2FOpener%2C%20%7B%20type%3A%20opener%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; p &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-p.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FP%2C%20%7B%20type%3A%20p%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;pb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-pb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;restore&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-restore.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;retrace&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-retrace.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; rs &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-rs.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FRs%2C%20%7B%20type%3A%20p%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; sic &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html TEI reference]&lt;br /&gt;
* Pergamon component: see [[#.3C_choice_.3E|&amp;lt; choice &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;surface&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-surface.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; title &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FTitle%2C%20%7B%20type%3A%20p%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;zone&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-zone.html&lt;/div&gt;</summary>
		<author><name>GJB</name></author>	</entry>

	<entry>
		<id>https://xml.huygens.knaw.nl/index.php?title=Notes&amp;diff=517</id>
		<title>Notes</title>
		<link rel="alternate" type="text/html" href="https://xml.huygens.knaw.nl/index.php?title=Notes&amp;diff=517"/>
				<updated>2017-10-31T09:54:55Z</updated>
		
		<summary type="html">&lt;p&gt;GJB: /* Discussion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Principles===&lt;br /&gt;
(To be realized step by step)&lt;br /&gt;
* All XML documentation on this wiki&lt;br /&gt;
* Describe general decisions only once, project-specific changes on project-level pages&lt;br /&gt;
* Each project has its own schema, but new elements (not in the general TEI schema) will use a single (Huygens) namespace&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
===Restjes===&lt;br /&gt;
&lt;br /&gt;
For the transcription of the manuscripts, the aim is to stay as close to the original text as possible. We focus on the production of diplomatic editions. This means that the edition is based on only one source and that the text and all graphic information will be displayed in accordance with this source. We don’t aspire a typographic imitation of the source, but aim for a functional reproduction of the text. As already stated, staying true to the text is key for the transcriptions. This means that deviations from the standard spelling and grammar are copied, changes made during writing - immediately or later - are documented, and if relevant, the physical structure of the source is reproduced.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For now, we have decided to relate source and destination texts to each other by pointing from the destination to the source at the paragraph and at the term level. &lt;br /&gt;
&lt;br /&gt;
These references may look like:&lt;br /&gt;
&lt;br /&gt;
At paragraph level (in this example there are two source paragraphs): &lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;p xml:id=&amp;quot;p2&amp;quot; corresp=&amp;quot;BornInHollandTest.xml#p1 BornInHollandTest.xml#p3&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At term level:&lt;br /&gt;
&amp;lt;pre&amp;gt;which obscure &amp;lt;term xml:id=&amp;quot;t1&amp;quot; corresp=&amp;quot;BornInHolland.xml#t3&amp;quot;&amp;gt;pure reality&amp;lt;/term&amp;gt;.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Discussion===&lt;br /&gt;
* How to encode blockquote?&lt;br /&gt;
** q[rend=&amp;quot;block&amp;quot;] (http://www.open.ac.uk/blogs/styleproject/?p=52 and https://www.ct-lc.org/sites/ct-lc.org/files/tei-workshop-2015-01-holton_exercise.pdf)&lt;br /&gt;
** q[rend=&amp;quot;display&amp;quot;] (http://www.tei-c.org/Vault/ED/edw35.txt)&lt;br /&gt;
** q with child p or lg (http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ)&lt;br /&gt;
&lt;br /&gt;
* Use &amp;lt;name[type=&amp;quot;person&amp;quot;]&amp;gt;, &amp;lt;persName&amp;gt; or both?&lt;br /&gt;
&lt;br /&gt;
* Define when to use &amp;lt;ref&amp;gt;, &amp;lt;ptr&amp;gt;, &amp;lt;anchor&amp;gt;?&lt;/div&gt;</summary>
		<author><name>GJB</name></author>	</entry>

	<entry>
		<id>https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=516</id>
		<title>Default display of TEI elements</title>
		<link rel="alternate" type="text/html" href="https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=516"/>
				<updated>2017-10-26T12:04:06Z</updated>
		
		<summary type="html">&lt;p&gt;GJB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For each TEI element, we define a standard display. This page will dscribe the display for all elements that we use. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; ab &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-ab.html TEI reference]&lt;br /&gt;
* Pergamon component: see [[#.3C_div_.3E|&amp;lt; div &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; add &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FAdd%2C%20%7B%20type%3A%20%27add%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; choice &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FChoice%2C%20%7B%20type%3A%20%27choice%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; corr &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html TEI reference]&lt;br /&gt;
* Pergamon component: see [[#.3C_choice_.3E|&amp;lt; choice &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; div &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-div.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FDiv%2C%20%7B%20type%3A%20div%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;facsimile&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-facsimile.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; hi &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FHi%27%2C%20%7B%20type%3A%20%27hi%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; l &amp;gt;====&lt;br /&gt;
* http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-l.html&lt;br /&gt;
* Pergamon component: part of [[#lg|&amp;lt; lg &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;lb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; lg &amp;gt;====&lt;br /&gt;
* http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lg.html&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FLineGroup%20%7B%20type%3A%20%27lg%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; name &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-name.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FName%2C%20%7B%20type%3A%20p%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; p &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-p.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FP%2C%20%7B%20type%3A%20p%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;pb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-pb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;restore&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-restore.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;retrace&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-retrace.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; rs &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-rs.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FRs%2C%20%7B%20type%3A%20p%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; sic &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html TEI reference]&lt;br /&gt;
* Pergamon component: see [[#.3C_choice_.3E|&amp;lt; choice &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;surface&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-surface.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; title &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FTitle%2C%20%7B%20type%3A%20p%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;zone&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-zone.html&lt;/div&gt;</summary>
		<author><name>GJB</name></author>	</entry>

	<entry>
		<id>https://xml.huygens.knaw.nl/index.php?title=Notes&amp;diff=515</id>
		<title>Notes</title>
		<link rel="alternate" type="text/html" href="https://xml.huygens.knaw.nl/index.php?title=Notes&amp;diff=515"/>
				<updated>2017-10-26T11:45:59Z</updated>
		
		<summary type="html">&lt;p&gt;GJB: /* Discussion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Principles===&lt;br /&gt;
(To be realized step by step)&lt;br /&gt;
* All XML documentation on this wiki&lt;br /&gt;
* Describe general decisions only once, project-specific changes on project-level pages&lt;br /&gt;
* Each project has its own schema, but new elements (not in the general TEI schema) will use a single (Huygens) namespace&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
===Restjes===&lt;br /&gt;
&lt;br /&gt;
For the transcription of the manuscripts, the aim is to stay as close to the original text as possible. We focus on the production of diplomatic editions. This means that the edition is based on only one source and that the text and all graphic information will be displayed in accordance with this source. We don’t aspire a typographic imitation of the source, but aim for a functional reproduction of the text. As already stated, staying true to the text is key for the transcriptions. This means that deviations from the standard spelling and grammar are copied, changes made during writing - immediately or later - are documented, and if relevant, the physical structure of the source is reproduced.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For now, we have decided to relate source and destination texts to each other by pointing from the destination to the source at the paragraph and at the term level. &lt;br /&gt;
&lt;br /&gt;
These references may look like:&lt;br /&gt;
&lt;br /&gt;
At paragraph level (in this example there are two source paragraphs): &lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;p xml:id=&amp;quot;p2&amp;quot; corresp=&amp;quot;BornInHollandTest.xml#p1 BornInHollandTest.xml#p3&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At term level:&lt;br /&gt;
&amp;lt;pre&amp;gt;which obscure &amp;lt;term xml:id=&amp;quot;t1&amp;quot; corresp=&amp;quot;BornInHolland.xml#t3&amp;quot;&amp;gt;pure reality&amp;lt;/term&amp;gt;.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Discussion===&lt;br /&gt;
* How to encode blockquote?&lt;br /&gt;
** q[rend=&amp;quot;block&amp;quot;] (http://www.open.ac.uk/blogs/styleproject/?p=52 and https://www.ct-lc.org/sites/ct-lc.org/files/tei-workshop-2015-01-holton_exercise.pdf)&lt;br /&gt;
** q[rend=&amp;quot;display&amp;quot;] (http://www.tei-c.org/Vault/ED/edw35.txt)&lt;br /&gt;
** q with child p or lg (http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ)&lt;br /&gt;
&lt;br /&gt;
* Use &amp;lt;name[type=&amp;quot;person&amp;quot;]&amp;gt;, &amp;lt;persName&amp;gt; or both?&lt;/div&gt;</summary>
		<author><name>GJB</name></author>	</entry>

	<entry>
		<id>https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=514</id>
		<title>Default display of TEI elements</title>
		<link rel="alternate" type="text/html" href="https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=514"/>
				<updated>2017-10-26T11:43:59Z</updated>
		
		<summary type="html">&lt;p&gt;GJB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For each TEI element, we define a standard display. This page will dscribe the display for all elements that we use. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; ab &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-ab.html TEI reference]&lt;br /&gt;
* Pergamon component: see [[#.3C_div_.3E|&amp;lt; div &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; add &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FAdd%2C%20%7B%20type%3A%20%27add%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; choice &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FChoice%2C%20%7B%20type%3A%20%27choice%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; corr &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-corr.html TEI reference]&lt;br /&gt;
* Pergamon component: see [[#.3C_choice_.3E|&amp;lt; choice &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; div &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-div.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FDiv%2C%20%7B%20type%3A%20div%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;facsimile&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-facsimile.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; hi &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FHi%27%2C%20%7B%20type%3A%20%27hi%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; l &amp;gt;====&lt;br /&gt;
* http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-l.html&lt;br /&gt;
* Pergamon component: part of [[#lg|&amp;lt; lg &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;lb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; lg &amp;gt;====&lt;br /&gt;
* http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lg.html&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FLineGroup%20%7B%20type%3A%20%27lg%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; p &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-p.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FP%2C%20%7B%20type%3A%20p%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;pb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-pb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;restore&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-restore.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;retrace&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-retrace.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; rs &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-rs.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FRs%2C%20%7B%20type%3A%20p%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; sic &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-sic.html TEI reference]&lt;br /&gt;
* Pergamon component: see [[#.3C_choice_.3E|&amp;lt; choice &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;surface&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-surface.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; title &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FTitle%2C%20%7B%20type%3A%20p%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;zone&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-zone.html&lt;/div&gt;</summary>
		<author><name>GJB</name></author>	</entry>

	<entry>
		<id>https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=513</id>
		<title>Default display of TEI elements</title>
		<link rel="alternate" type="text/html" href="https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=513"/>
				<updated>2017-10-26T11:39:03Z</updated>
		
		<summary type="html">&lt;p&gt;GJB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For each TEI element, we define a standard display. This page will dscribe the display for all elements that we use. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; ab &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-ab.html TEI reference]&lt;br /&gt;
* Pergamon component: see [[#.3C_div_.3E|&amp;lt; div &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; add &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FAdd%2C%20%7B%20type%3A%20%27add%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; choice &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FChoice%2C%20%7B%20type%3A%20%27choice%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; div &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-div.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FDiv%2C%20%7B%20type%3A%20div%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;facsimile&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-facsimile.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; hi &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FHi%27%2C%20%7B%20type%3A%20%27hi%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; l &amp;gt;====&lt;br /&gt;
* http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-l.html&lt;br /&gt;
* Pergamon component: part of [[#lg|&amp;lt; lg &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;lb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; lg &amp;gt;====&lt;br /&gt;
* http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lg.html&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FLineGroup%20%7B%20type%3A%20%27lg%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; p &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-p.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FP%2C%20%7B%20type%3A%20p%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;pb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-pb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;restore&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-restore.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;retrace&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-retrace.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;surface&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-surface.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; title &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-title.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FTitle%2C%20%7B%20type%3A%20p%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;zone&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-zone.html&lt;/div&gt;</summary>
		<author><name>GJB</name></author>	</entry>

	<entry>
		<id>https://xml.huygens.knaw.nl/index.php?title=Notes&amp;diff=512</id>
		<title>Notes</title>
		<link rel="alternate" type="text/html" href="https://xml.huygens.knaw.nl/index.php?title=Notes&amp;diff=512"/>
				<updated>2017-10-26T11:31:24Z</updated>
		
		<summary type="html">&lt;p&gt;GJB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Principles===&lt;br /&gt;
(To be realized step by step)&lt;br /&gt;
* All XML documentation on this wiki&lt;br /&gt;
* Describe general decisions only once, project-specific changes on project-level pages&lt;br /&gt;
* Each project has its own schema, but new elements (not in the general TEI schema) will use a single (Huygens) namespace&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
===Restjes===&lt;br /&gt;
&lt;br /&gt;
For the transcription of the manuscripts, the aim is to stay as close to the original text as possible. We focus on the production of diplomatic editions. This means that the edition is based on only one source and that the text and all graphic information will be displayed in accordance with this source. We don’t aspire a typographic imitation of the source, but aim for a functional reproduction of the text. As already stated, staying true to the text is key for the transcriptions. This means that deviations from the standard spelling and grammar are copied, changes made during writing - immediately or later - are documented, and if relevant, the physical structure of the source is reproduced.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----------------&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For now, we have decided to relate source and destination texts to each other by pointing from the destination to the source at the paragraph and at the term level. &lt;br /&gt;
&lt;br /&gt;
These references may look like:&lt;br /&gt;
&lt;br /&gt;
At paragraph level (in this example there are two source paragraphs): &lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;p xml:id=&amp;quot;p2&amp;quot; corresp=&amp;quot;BornInHollandTest.xml#p1 BornInHollandTest.xml#p3&amp;quot;&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At term level:&lt;br /&gt;
&amp;lt;pre&amp;gt;which obscure &amp;lt;term xml:id=&amp;quot;t1&amp;quot; corresp=&amp;quot;BornInHolland.xml#t3&amp;quot;&amp;gt;pure reality&amp;lt;/term&amp;gt;.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Discussion===&lt;br /&gt;
* How to encode blockquote?&lt;br /&gt;
** q[rend=&amp;quot;block&amp;quot;] (http://www.open.ac.uk/blogs/styleproject/?p=52 and https://www.ct-lc.org/sites/ct-lc.org/files/tei-workshop-2015-01-holton_exercise.pdf)&lt;br /&gt;
** q[rend=&amp;quot;display&amp;quot;] (http://www.tei-c.org/Vault/ED/edw35.txt)&lt;br /&gt;
** q with child p or lg (http://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#COHQQ)&lt;/div&gt;</summary>
		<author><name>GJB</name></author>	</entry>

	<entry>
		<id>https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=511</id>
		<title>Default display of TEI elements</title>
		<link rel="alternate" type="text/html" href="https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=511"/>
				<updated>2017-10-26T11:04:08Z</updated>
		
		<summary type="html">&lt;p&gt;GJB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For each TEI element, we define a standard display. This page will dscribe the display for all elements that we use. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; ab &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-ab.html TEI reference]&lt;br /&gt;
* Pergamon component: see [[#.3C_div_.3E|&amp;lt; div &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; add &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FAdd%2C%20%7B%20type%3A%20%27add%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; choice &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FChoice%2C%20%7B%20type%3A%20%27choice%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; div &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-div.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FDiv%2C%20%7B%20type%3A%20div%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;facsimile&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-facsimile.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; hi &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FHi%27%2C%20%7B%20type%3A%20%27hi%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; l &amp;gt;====&lt;br /&gt;
* http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-l.html&lt;br /&gt;
* Pergamon component: part of [[#lg|&amp;lt; lg &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;lb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; lg &amp;gt;====&lt;br /&gt;
* http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lg.html&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FLineGroup%20%7B%20type%3A%20%27lg%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; p &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-p.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FP%2C%20%7B%20type%3A%20p%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;pb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-pb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;restore&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-restore.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;retrace&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-retrace.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;surface&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-surface.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;zone&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-zone.html&lt;/div&gt;</summary>
		<author><name>GJB</name></author>	</entry>

	<entry>
		<id>https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=510</id>
		<title>Default display of TEI elements</title>
		<link rel="alternate" type="text/html" href="https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=510"/>
				<updated>2017-10-26T10:59:19Z</updated>
		
		<summary type="html">&lt;p&gt;GJB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For each TEI element, we define a standard display. This page will dscribe the display for all elements that we use. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; ab &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-ab.html TEI reference]&lt;br /&gt;
* Pergamon component: see [[#.3C_div_.3E|&amp;lt; div &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; add &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FAdd%2C%20%7B%20type%3A%20%27add%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; choice &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FChoice%2C%20%7B%20type%3A%20%27choice%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; div &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-div.html TEI reference]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;facsimile&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-facsimile.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; hi &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FHi%27%2C%20%7B%20type%3A%20%27hi%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; l &amp;gt;====&lt;br /&gt;
* http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-l.html&lt;br /&gt;
* Pergamon component: part of [[#lg|&amp;lt; lg &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;lb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; lg &amp;gt;====&lt;br /&gt;
* http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lg.html&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FLineGroup%20%7B%20type%3A%20%27lg%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; p &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-p.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FP%2C%20%7B%20type%3A%20p%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;pb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-pb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;restore&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-restore.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;retrace&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-retrace.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;surface&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-surface.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;zone&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-zone.html&lt;/div&gt;</summary>
		<author><name>GJB</name></author>	</entry>

	<entry>
		<id>https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=509</id>
		<title>Default display of TEI elements</title>
		<link rel="alternate" type="text/html" href="https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=509"/>
				<updated>2017-10-26T10:58:45Z</updated>
		
		<summary type="html">&lt;p&gt;GJB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For each TEI element, we define a standard display. This page will dscribe the display for all elements that we use. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; ab &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-ab.html TEI reference]&lt;br /&gt;
* Pergamon component: see [[#.3C_div_.3E|&amp;lt; div &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; add &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FAdd%2C%20%7B%20type%3A%20%27add%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; choice &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FChoice%2C%20%7B%20type%3A%20%27choice%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; div &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-div.html TEI reference]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;facsimile&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-facsimile.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; &amp;lt;span id=&amp;quot;hi&amp;quot;&amp;gt;hi&amp;lt;/span&amp;gt; &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FHi%27%2C%20%7B%20type%3A%20%27hi%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; l &amp;gt;====&lt;br /&gt;
* http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-l.html&lt;br /&gt;
* Pergamon component: part of [[#lg|&amp;lt; lg &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;lb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; &amp;lt;span id=&amp;quot;lg&amp;quot;&amp;gt;lg&amp;lt;/span&amp;gt; &amp;gt;====&lt;br /&gt;
* http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lg.html&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FLineGroup%20%7B%20type%3A%20%27lg%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; &amp;lt;span id=&amp;quot;p&amp;quot;&amp;gt;p&amp;lt;/span&amp;gt; &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-p.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FP%2C%20%7B%20type%3A%20p%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;pb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-pb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;restore&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-restore.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;retrace&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-retrace.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;surface&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-surface.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;zone&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-zone.html&lt;/div&gt;</summary>
		<author><name>GJB</name></author>	</entry>

	<entry>
		<id>https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=508</id>
		<title>Default display of TEI elements</title>
		<link rel="alternate" type="text/html" href="https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=508"/>
				<updated>2017-10-26T10:56:57Z</updated>
		
		<summary type="html">&lt;p&gt;GJB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For each TEI element, we define a standard display. This page will dscribe the display for all elements that we use. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; ab &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-ab.html TEI reference]&lt;br /&gt;
* Pergamon component: see [[#div|&amp;lt; div &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; &amp;lt;span id=&amp;quot;add&amp;quot;&amp;gt;add&amp;lt;/span&amp;gt; &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FAdd%2C%20%7B%20type%3A%20%27add%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; &amp;lt;span id=&amp;quot;choice&amp;quot;&amp;gt;choice&amp;lt;/span&amp;gt; &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FChoice%2C%20%7B%20type%3A%20%27choice%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; &amp;lt;span id=&amp;quot;div&amp;quot;&amp;gt;div&amp;lt;/span&amp;gt; &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-div.html TEI reference]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;facsimile&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-facsimile.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; &amp;lt;span id=&amp;quot;hi&amp;quot;&amp;gt;hi&amp;lt;/span&amp;gt; &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FHi%27%2C%20%7B%20type%3A%20%27hi%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; l &amp;gt;====&lt;br /&gt;
* http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-l.html&lt;br /&gt;
* Pergamon component: part of [[#lg|&amp;lt; lg &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;lb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; &amp;lt;span id=&amp;quot;lg&amp;quot;&amp;gt;lg&amp;lt;/span&amp;gt; &amp;gt;====&lt;br /&gt;
* http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lg.html&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FLineGroup%20%7B%20type%3A%20%27lg%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; &amp;lt;span id=&amp;quot;p&amp;quot;&amp;gt;p&amp;lt;/span&amp;gt; &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-p.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FP%2C%20%7B%20type%3A%20p%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;pb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-pb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;restore&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-restore.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;retrace&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-retrace.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;surface&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-surface.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;zone&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-zone.html&lt;/div&gt;</summary>
		<author><name>GJB</name></author>	</entry>

	<entry>
		<id>https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=507</id>
		<title>Default display of TEI elements</title>
		<link rel="alternate" type="text/html" href="https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=507"/>
				<updated>2017-10-26T10:55:38Z</updated>
		
		<summary type="html">&lt;p&gt;GJB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For each TEI element, we define a standard display. This page will dscribe the display for all elements that we use. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; ab &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-ab.html TEI reference]&lt;br /&gt;
* Pergamon component: see [[#div|&amp;lt; div &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; &amp;lt;span id=&amp;quot;add&amp;quot;&amp;gt;add&amp;lt;/span&amp;gt; &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FAdd%2C%20%7B%20type%3A%20%27add%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; &amp;lt;span id=&amp;quot;choice&amp;quot;&amp;gt;choice&amp;lt;/span&amp;gt; &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FChoice%2C%20%7B%20type%3A%20%27choice%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; &amp;lt;span id=&amp;quot;div&amp;quot;&amp;gt;div&amp;lt;/span&amp;gt; &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-div.html TEI reference]&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;facsimile&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-facsimile.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; &amp;lt;span id=&amp;quot;hi&amp;quot;&amp;gt;hi&amp;lt;/span&amp;gt; &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FHi%27%2C%20%7B%20type%3A%20%27hi%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; l &amp;gt;====&lt;br /&gt;
* http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-l.html&lt;br /&gt;
* Pergamon component: part of [[#lg|&amp;lt; lg &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;lb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; &amp;lt;span id=&amp;quot;lg&amp;quot;&amp;gt;lg&amp;lt;/span&amp;gt; &amp;gt;====&lt;br /&gt;
* http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lg.html&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FLineGroup%20%7B%20type%3A%20%27lg%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; &amp;lt;span id=&amp;quot;p&amp;quot;&amp;gt;p&amp;lt;/span&amp;gt; &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-p.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FP%2C%20%7B%20type%3A%20p%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;pb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-pb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;restore&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-restore.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;retrace&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-retrace.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;surface&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-surface.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;zone&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-zone.html&lt;/div&gt;</summary>
		<author><name>GJB</name></author>	</entry>

	<entry>
		<id>https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=506</id>
		<title>Default display of TEI elements</title>
		<link rel="alternate" type="text/html" href="https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=506"/>
				<updated>2017-10-26T10:55:05Z</updated>
		
		<summary type="html">&lt;p&gt;GJB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For each TEI element, we define a standard display. This page will dscribe the display for all elements that we use. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; ab &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-ab.html TEI reference]&lt;br /&gt;
* Pergamon component: see [[#div|&amp;lt; div &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; &amp;lt;span id=&amp;quot;add&amp;quot;&amp;gt;add&amp;lt;/span&amp;gt; &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FAdd%2C%20%7B%20type%3A%20%27add%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; &amp;lt;span id=&amp;quot;choice&amp;quot;&amp;gt;choice&amp;lt;/span&amp;gt; &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FChoice%2C%20%7B%20type%3A%20%27choice%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; &amp;lt;span id=&amp;quot;div&amp;quot;&amp;gt;div&amp;lt;/span&amp;gt; &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-div.html TEI reference]&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;facsimile&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-facsimile.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; &amp;lt;span id=&amp;quot;hi&amp;quot;&amp;gt;hi&amp;lt;/span&amp;gt; &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FHi%27%2C%20%7B%20type%3A%20%27hi%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; l &amp;gt;====&lt;br /&gt;
* http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-l.html&lt;br /&gt;
* Pergamon component: see [[#lg|&amp;lt; lg &amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;lb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; &amp;lt;span id=&amp;quot;lg&amp;quot;&amp;gt;lg&amp;lt;/span&amp;gt; &amp;gt;====&lt;br /&gt;
* http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lg.html&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FLineGroup%20%7B%20type%3A%20%27lg%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; &amp;lt;span id=&amp;quot;p&amp;quot;&amp;gt;p&amp;lt;/span&amp;gt; &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-p.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FP%2C%20%7B%20type%3A%20p%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;pb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-pb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;restore&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-restore.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;retrace&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-retrace.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;surface&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-surface.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;zone&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-zone.html&lt;/div&gt;</summary>
		<author><name>GJB</name></author>	</entry>

	<entry>
		<id>https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=505</id>
		<title>Default display of TEI elements</title>
		<link rel="alternate" type="text/html" href="https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=505"/>
				<updated>2017-10-26T10:46:47Z</updated>
		
		<summary type="html">&lt;p&gt;GJB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For each TEI element, we define a standard display. This page will dscribe the display for all elements that we use. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; ab &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-ab.html TEI reference]&lt;br /&gt;
* Pergamon component: see &amp;lt; div &amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; add &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FAdd%2C%20%7B%20type%3A%20%27add%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; choice &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FChoice%2C%20%7B%20type%3A%20%27choice%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;facsimile&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-facsimile.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; hi &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FHi%27%2C%20%7B%20type%3A%20%27hi%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;lb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; p &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-p.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FP%2C%20%7B%20type%3A%20p%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;pb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-pb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;restore&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-restore.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;retrace&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-retrace.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;surface&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-surface.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;zone&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-zone.html&lt;/div&gt;</summary>
		<author><name>GJB</name></author>	</entry>

	<entry>
		<id>https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=504</id>
		<title>Default display of TEI elements</title>
		<link rel="alternate" type="text/html" href="https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=504"/>
				<updated>2017-10-26T10:43:30Z</updated>
		
		<summary type="html">&lt;p&gt;GJB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For each TEI element, we define a standard display. This page will dscribe the display for all elements that we use. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;ab&amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-ab.html TEI reference]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; add &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FAdd%2C%20%7B%20type%3A%20%27add%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; choice &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FChoice%2C%20%7B%20type%3A%20%27choice%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;facsimile&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-facsimile.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; hi &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FHi%27%2C%20%7B%20type%3A%20%27hi%27%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;lb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; p &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-p.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FP%2C%20%7B%20type%3A%20p%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;pb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-pb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;restore&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-restore.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;retrace&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-retrace.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;surface&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-surface.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;zone&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-zone.html&lt;/div&gt;</summary>
		<author><name>GJB</name></author>	</entry>

	<entry>
		<id>https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=503</id>
		<title>Default display of TEI elements</title>
		<link rel="alternate" type="text/html" href="https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=503"/>
				<updated>2017-10-26T10:39:17Z</updated>
		
		<summary type="html">&lt;p&gt;GJB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For each TEI element, we define a standard display. This page will dscribe the display for all elements that we use. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;ab&amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-ab.html TEI reference]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;add&amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Add Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;choice&amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Choice Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;facsimile&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-facsimile.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;hi&amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Hi Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;lb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; p &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-p.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Tags%2FPassive%2FP%2C%20%7B%20type%3A%20p%20%7D Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;pb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-pb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;restore&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-restore.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;retrace&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-retrace.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;surface&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-surface.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;zone&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-zone.html&lt;/div&gt;</summary>
		<author><name>GJB</name></author>	</entry>

	<entry>
		<id>https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=502</id>
		<title>Default display of TEI elements</title>
		<link rel="alternate" type="text/html" href="https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=502"/>
				<updated>2017-10-26T10:29:16Z</updated>
		
		<summary type="html">&lt;p&gt;GJB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For each TEI element, we define a standard display. This page will dscribe the display for all elements that we use. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;ab&amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-ab.html TEI reference]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;add&amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Add Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;choice&amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Choice Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;facsimile&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-facsimile.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;hi&amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Hi Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;lb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt; p &amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-p.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=P Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;pb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-pb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;restore&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-restore.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;retrace&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-retrace.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;surface&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-surface.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;zone&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-zone.html&lt;/div&gt;</summary>
		<author><name>GJB</name></author>	</entry>

	<entry>
		<id>https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=501</id>
		<title>Default display of TEI elements</title>
		<link rel="alternate" type="text/html" href="https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=501"/>
				<updated>2017-10-26T10:27:59Z</updated>
		
		<summary type="html">&lt;p&gt;GJB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For each TEI element, we define a standard display. This page will dscribe the display for all elements that we use. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;ab&amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-ab.html TEI reference]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;add&amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Add Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;choice&amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Choice Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;facsimile&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-facsimile.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;hi&amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Hi Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;lb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;p&amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-p.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=P Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;pb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-pb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;restore&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-restore.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;retrace&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-retrace.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;surface&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-surface.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;zone&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-zone.html&lt;/div&gt;</summary>
		<author><name>GJB</name></author>	</entry>

	<entry>
		<id>https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=500</id>
		<title>Default display of TEI elements</title>
		<link rel="alternate" type="text/html" href="https://xml.huygens.knaw.nl/index.php?title=Default_display_of_TEI_elements&amp;diff=500"/>
				<updated>2017-10-19T10:54:09Z</updated>
		
		<summary type="html">&lt;p&gt;GJB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For each TEI element, we define a standard display. This page will dscribe the display for all elements that we use. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;ab&amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-ab.html TEI reference]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;add&amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-add.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Add Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;choice&amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-choice.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Choice Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;facsimile&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-facsimile.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;hi&amp;gt;====&lt;br /&gt;
* [http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-hi.html TEI reference]&lt;br /&gt;
* [https://huygensing.github.io/pergamon-components/?selectedKind=Hi Pergamon component]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;lb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-lb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;pb&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-pb.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;restore&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-restore.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;retrace&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-retrace.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;surface&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-surface.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;zone&amp;gt;====&lt;br /&gt;
http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-zone.html&lt;/div&gt;</summary>
		<author><name>GJB</name></author>	</entry>

	</feed>