Test Bibliography
Editor: Michaël Meyer.
Identifier: DHARMA_INSTestBibliography2.
Language: Undetermined.
Repository: Test Repository (test).
Version: (d26ee23), last modified (05196fc).
Edition
Bibliographic pointers with an empty @target
All the following should produce the same thing:
Bibliographic pointers with an empty @target
Bibliographic references with a non-empty bib pointer
If the ptr or ref is non-empty, we display its contents instead of the usual author+year. But we only do that if @rend="default". Schmid 2002 Schmid 2002 ibid. 2002 Schmid 2002 Schmid 2002
Part ?
References to an entry that is not present in the /div[@type=’bibliography’]. Links should point to the project-wide bibliography.
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="/home/michael/dharma/schemas/inscription.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="/home/michael/dharma/schemas/inscription.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0" xml:lang="eng">
<teiHeader>
<fileDesc>
<titleStmt>
<title>Test Bibliography</title>
<respStmt>
<resp>so many</resp>
<persName ref="part:mime">
<forename>Michaël</forename>
<surname>Meyer</surname>
</persName>
</respStmt>
</titleStmt>
<publicationStmt>
<authority>DHARMA</authority>
<pubPlace>Paris</pubPlace>
</publicationStmt>
<sourceDesc>
<msDesc>
<msIdentifier>
<repository>DHARMAbase</repository>
<idno/>
</msIdentifier>
</msDesc>
</sourceDesc>
</fileDesc>
</teiHeader>
<text xml:space="preserve"><body>
<div type="edition" xml:lang="eng">
<div type="textpart"><head>Bibliographic pointers with an empty @target</head>
<p>
All the following should produce the same thing:
<bibl><ptr target=""/></bibl>
<bibl><ref target=""/></bibl>
<bibl rend="default"><ptr target=""/></bibl>
<bibl rend="default"><ref target=""/></bibl>
<bibl rend="ibid"><ptr target=""/></bibl>
<bibl rend="ibid"><ref target=""/></bibl>
<bibl rend="omitname"><ptr target=""/></bibl>
<bibl rend="omitname"><ref target=""/></bibl>
<bibl rend="siglum"><ptr target=""/></bibl>
<bibl rend="siglum"><ref target=""/></bibl>
<bibl rend="invalidvalue"><ptr target=""/></bibl>
<bibl rend="invalidvalue"><ref target=""/></bibl>
<bibl><ptr target="bib:"/></bibl>
<bibl><ref target="bib:"/></bibl>
<bibl rend="default"><ptr target="bib:"/></bibl>
<bibl rend="default"><ref target="bib:"/></bibl>
<bibl rend="ibid"><ptr target="bib:"/></bibl>
<bibl rend="ibid"><ref target="bib:"/></bibl>
<bibl rend="omitname"><ptr target="bib:"/></bibl>
<bibl rend="omitname"><ref target="bib:"/></bibl>
<bibl rend="siglum"><ptr target="bib:"/></bibl>
<bibl rend="siglum"><ref target="bib:"/></bibl>
<bibl rend="invalidvalue"><ptr target="bib:"/></bibl>
<bibl rend="invalidvalue"><ref target="bib:"/></bibl>
</p>
</div>
<div type="textpart"><head>Bibliographic pointers with an empty @target</head>
<p>
<bibl><ptr target="bib:Schmid2002_01"/></bibl>
<bibl><ref target="bib:Schmid2002_01"/></bibl>
<bibl rend="default"><ptr target="bib:Schmid2002_01"/></bibl>
<bibl rend="default"><ref target="bib:Schmid2002_01"/></bibl>
<bibl rend="ibid"><ptr target="bib:Schmid2002_01"/></bibl>
<bibl rend="ibid"><ref target="bib:Schmid2002_01"/></bibl>
<bibl rend="omitname"><ptr target="bib:Schmid2002_01"/></bibl>
<bibl rend="omitname"><ref target="bib:Schmid2002_01"/></bibl>
<bibl rend="siglum"><ptr target="bib:Schmid2002_01"/></bibl>
<bibl rend="siglum"><ref target="bib:Schmid2002_01"/></bibl>
<bibl rend="invalidvalue"><ptr target="bib:Schmid2002_01"/></bibl>
<bibl rend="invalidvalue"><ref target="bib:Schmid2002_01"/></bibl>
</p>
</div>
<div type="textpart"><head>Bibliographic references with a non-empty bib pointer</head>
<p>
If the ptr or ref is non-empty, we display its contents instead of the usual author+year. But we only do that if @rend="default".
<bibl><ptr target="bib:Schmid2002_01">hello</ptr></bibl>
<bibl><ref target="bib:Schmid2002_01">hello</ref></bibl>
<bibl rend="default"><ptr target="bib:Schmid2002_01"/>hello</bibl>
<bibl rend="default"><ref target="bib:Schmid2002_01"/>hello</bibl>
<bibl rend="ibid"><ptr target="bib:Schmid2002_01"/>hello</bibl>
<bibl rend="ibid"><ref target="bib:Schmid2002_01"/>hello</bibl>
<bibl rend="omitname"><ptr target="bib:Schmid2002_01"/>hello</bibl>
<bibl rend="omitname"><ref target="bib:Schmid2002_01"/>hello</bibl>
<bibl rend="siglum"><ptr target="bib:Schmid2002_01"/>hello</bibl>
<bibl rend="siglum"><ref target="bib:Schmid2002_01"/>hello</bibl>
<bibl rend="invalidvalue"><ptr target="bib:Schmid2002_01"/>hello</bibl>
<bibl rend="invalidvalue"><ref target="bib:Schmid2002_01"/>hello</bibl>
</p>
</div>
<div type="textpart">
<p>References to an entry that is not present in the /div[@type='bibliography']. Links should point to the project-wide bibliography.</p>
<p>
<bibl><ptr target="bib:Griffiths2012_02"/></bibl>
<bibl><ref target="bib:Griffiths2012_02"/></bibl>
</p>
</div>
</div>
<div type="bibliography">
<listBibl type="primary">
<bibl n="my siglum"><ptr target="bib:Schmid2002_01"/></bibl>
</listBibl>
</div>
</body></text>
</TEI>