Browse Source

Delete old example

Federica 2 years ago
parent
commit
5a6a22ad34
1 changed files with 0 additions and 120 deletions
  1. 0 120
      src/assets/data/ars_breviata/ars_breviata.xml

+ 0 - 120
src/assets/data/ars_breviata/ars_breviata.xml

@@ -1,120 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-model href="schema/tei-vbd.rng" 
-                       title="Vercelli Book Digital standard schema" 
-                       schematypens="http://relaxng.org/ns/structure/1.0" 
-                       type="application/xml"
-                     ?>
-
-<TEI xmlns="http://www.tei-c.org/ns/1.0"  xmlns:xi="http://www.w3.org/2001/XInclude">
-    <teiHeader>
-        <fileDesc>
-            <titleStmt>
-                <title>Ars breviata</title>
-                <author>S. Agostino</author>
-                <respStmt>
-                    <resp>Edited by</resp>
-                    <name ></name>
-                </respStmt>
-                <respStmt>
-                    <resp>Text Encoding by</resp>
-                    <name></name>
-                </respStmt>
-                <respStmt>
-                    <resp>Changes for EVT testing purposes by</resp>
-                    <name ></name>
-                </respStmt>
-            </titleStmt>
-            <editionStmt>
-                <edition>
-                </edition>
-            </editionStmt>
-            <publicationStmt>
-                <p></p>
-            </publicationStmt>
-            <notesStmt>
-                <note>
-                </note>
-            </notesStmt>
-            <sourceDesc>
-                <listWit>
-                    <witness xml:id="V"> <!-- da inserire qui xml: id? CORRETTO -->
-                        <msDesc>
-                            <msIdentifier>
-                                <settlement>Città del Vaticano</settlement>
-                                <repository>Biblioteca Apostolica Vaticana</repository>
-                                <idno>Pal.lat. 1746</idno>
-                            </msIdentifier>
-                        </msDesc>
-                    </witness>
-                    <witness xml:id="P">
-                        <msDesc>
-                            <msIdentifier>
-                                <settlement>Paris</settlement>
-                                <repository>Bibliothèque nationale de France</repository>
-                                <idno>Latin 7520</idno> <!-- inserire seconda mano -->
-                            </msIdentifier>
-                        </msDesc>
-                    </witness>
-                    <witness xml:id="B">
-                        <msDesc>
-                            <msIdentifier>
-                                <settlement>Bruxelles</settlement>
-                                <repository> Bibliothèque royale de Belgique</repository>
-                                <idno>9581-95</idno>
-                            </msIdentifier>
-                        </msDesc>
-                    </witness>     
-                </listWit>
-            </sourceDesc>
-        </fileDesc>
-        <encodingDesc>
-            <variantEncoding method="parallel-segmentation" location="internal" />
-            <tagsDecl>
-            </tagsDecl>
-            <!--  CHARDECL da completare -->
-            <charDecl>
-                <char xml:id="h_cum_puncto_supra_hoc">
-                    <charName>h cum puncto supra=hoc</charName>
-                    <mapping type="codepoint" >U+E516</mapping>
-                    <mapping type="diplomatic"></mapping> 
-                </char>
-            </charDecl>
-        </encodingDesc>
-    </teiHeader>
-  
-    <!--inizio surface da completare-->
-    <facsimile>
-        <surface>
-            
-            <graphic url="data/images/single/fol_9r.jpg" width="3016px" height="3955px"  />
-            
-            <zone ulx="225" uly="349" lrx="2226" lry="477" rendition="Line" xml:id="TB_line_09r_01"/>
-            
-        </surface>
-    </facsimile>
-<!-- inizio text -->
-
-    <text>
-        <group>
-            <xi:include href="doc/Testimone-B.xml" xmlns:xi="http://www.w3.org/2001/XInclude" xpointer="B_text"/>
-
-            <xi:include href="doc/Testimone-P.xml" xmlns:xi="http://www.w3.org/2001/XInclude" xpointer="P_text"/>
-
-            <xi:include href="doc/Testimone-V.xml" xmlns:xi="http://www.w3.org/2001/XInclude" xpointer="V_text"/>
-
-          
-
-           
-            <!--<xi:include href="doc/V-interpretativa.xml" xmlns:xi="http://www.w3.org/2001/XInclude"
-                xpointer="V_text_interp"/>-->
-
-        </group>
-        <back>
-            <div type="notes">
-                <note xml:id="asdf">...</note>
-            </div>
-        </back>
-
-    </text>
-
-</TEI>