Skip to content
Snippets Groups Projects
Commit c18b0072 authored by Christian Boulanger's avatar Christian Boulanger
Browse files

Revert last change and introduce top-level TEI element as child of output elements

parent 2fb1e7b9
No related branches found
No related tags found
No related merge requests found
Pipeline #222212 passed
......@@ -8,7 +8,7 @@
. . be reduced to order and exhibited under the form of a few principles which sum up the effect of a
hundred cases . . .’. A. Dicey, Can English Law be taught at the Universities? (1883) 20.
</input>
<output type="references" xmlns="http://www.tei-c.org/ns/1.0">
<output type="references">
<!-- alternative tag names: <target> <label> -->
<!-- This output type simply segments the input into parts which contain bibliographic data and those which do not.
The parts that contain bibliographic data can individually be fed into processors which cannot predict
......@@ -18,24 +18,26 @@
<!-- It's important to keep in mind that some non-bibliographic data is _outside_ of the bibliographic parts,
whereas others are _inside_ (example required), i.e. need to be nested inside the <bibl> so that not to
split a coherent bibliographic item into two incomplete ones -->
<seg>3 See</seg>
<bibl>R. Goff, &#8216;The Search for Principle&#8217; (1983) Proceeedings of the British Academy 169,
at 171.
</bibl>
<seg>This is an amplification of Dicey&#8217;s remark that &#8216;[b]y adequate study and careful
thought whole departments of law can . . . be reduced to order and exhibited under the form of a
few principles which sum up the effect of a hundred cases . . .&#8217;.
</seg>
<bibl>A. Dicey, Can English Law be taught at the Universities? (1883) 20.</bibl>
<p xmlns="http://www.tei-c.org/ns/1.0">
<seg>3 See</seg>
<bibl>R. Goff, &#8216;The Search for Principle&#8217; (1983) Proceeedings of the British Academy 169,
at 171.
</bibl>
<seg>This is an amplification of Dicey&#8217;s remark that &#8216;[b]y adequate study and careful
thought whole departments of law can . . . be reduced to order and exhibited under the form of a
few principles which sum up the effect of a hundred cases . . .&#8217;.
</seg>
<bibl>A. Dicey, Can English Law be taught at the Universities? (1883) 20.</bibl>
</p>
</output>
<output type="bibl" xmlns="http://www.tei-c.org/ns/1.0">
<output type="bibl" >
<!-- This output contains the input text annotated according to the TEI rules on bibliographic references,
using top-level <bibl> elements and those allowed within them. The data usually comes from human annotators
and might contain errors and inconsistencies, but should be valid TEI. The annotation should be lossless, i.e.
it needs to be possible to reconstruct the input text by simply removing the xml tags and applying some
rules to remove the whitespace introduced by XML pretty-printing (such as after an opening bracket -
in fact, I am looking for a way to encode "no-following-whitespace" but haven't found one yet). -->
<p type="footnote">
<p xmlns="http://www.tei-c.org/ns/1.0">
<seg type="footnote-marker">3</seg>
<bibl>
<seg type="signal">See</seg>
......@@ -80,45 +82,47 @@
</bibl>
</p>
</output>
<output type="biblStruct" xmlns="http://www.tei-c.org/ns/1.0">
<output type="biblStruct">
<!-- This output contains pure bibliographic metadata with all non-relevant information removed, using
top-level TEI <biblStruct> elements. This data can then be further translated into other bibliographic
data exchange formats (such as MODS, RIS, BibTeX, etc.). The information is generated from the <bibl>
data above. -->
<biblStruct n="2">
<analytic>
<title level="a">The Search for Principle</title>
<author>
<persName>
<forename>R.</forename>
<surname>Goff</surname>
</persName>
</author>
</analytic>
<monogr>
<title level="j">Proceeedings of the British Academy</title>
<imprint>
<date>1983</date>
</imprint>
<biblScope unit="volume" from="169" to="169">169</biblScope>
<biblScope unit="page" from="at">at 171</biblScope>
</monogr>
</biblStruct>
<biblStruct n="3">
<monogr>
<author>
<persName>
<forename>A.</forename>
<surname>Dicey</surname>
</persName>
</author>
<title level="m">Can English Law be taught at the Universities?</title>
<imprint>
<date>1883</date>
</imprint>
<biblScope unit="page" from="20">20</biblScope>
</monogr>
</biblStruct>
<listBibl xmlns="http://www.tei-c.org/ns/1.0">
<biblStruct n="2">
<analytic>
<title level="a">The Search for Principle</title>
<author>
<persName>
<forename>R.</forename>
<surname>Goff</surname>
</persName>
</author>
</analytic>
<monogr>
<title level="j">Proceeedings of the British Academy</title>
<imprint>
<date>1983</date>
</imprint>
<biblScope unit="volume" from="169" to="169">169</biblScope>
<biblScope unit="page" from="at">at 171</biblScope>
</monogr>
</biblStruct>
<biblStruct n="3">
<monogr>
<author>
<persName>
<forename>A.</forename>
<surname>Dicey</surname>
</persName>
</author>
<title level="m">Can English Law be taught at the Universities?</title>
<imprint>
<date>1883</date>
</imprint>
<biblScope unit="page" from="20">20</biblScope>
</monogr>
</biblStruct>
</listBibl>
</output>
</instance>
</dataset>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment