element not allowed here
Posted: Thu Jul 26, 2018 7:09 pm
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="../Downloads/tei_BOO(1).rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0">
<teiHeader>
<fileDesc>
<titleStmt>
<title>TITLE</title>
</titleStmt>
<editionStmt></editionStmt>
<extent></extent>
<publicationStmt></publicationStmt>
<seriesStmt></seriesStmt>
<notesStmt></notesStmt>
<sourceDesc>Description</sourceDesc>
</fileDesc>
<revisionDesc></revisionDesc>
</teiHeader>
<facsimile>
<graphic url="Page1.jpg"/>
<graphic url="Page2.jpg"/>
<graphic url="Page3.jpg"/>
<graphic url="Page4.jpg"/>
<graphic url="Page5.jpg"/>
<graphic url="Page6.jpg"/>
</facsimile>
<text>
<pb facs="Page1.jpg">
<l>text<hi rend="superscript">highlighted</hi> Ship </l>
<l>more text </l>
</pb>
</text>
</TEI>
I am uploading this to an exist-db, I then used TEI-publisher for making an example database with which I wanted to further learn using oxygen, using TEI AND using exist-sb.
(1)
I used the ODD, that I used above - I assume I forgot something .... (and yes, the Document exists! )Could not load document /Unbenannt.xml. Maybe it is not valid TEI or not in the TEI namespace?
(2) my <pb><pb/> tags from above are "not allowed here", I cannot figure out why, I copied that frome an example using Pages and.
(3) My Page1.jpg and so forth are in apps/MyApp/data ; I assume the Path I entered incorrect, (figure I should change it to apps/MyApp/data/Pagex.jpg, but I cannot check .... as nothing works)
I hope anyone can help with any of these questions ... I know that these are probably basic, but the trouble with all of them together is really frustrating ... ( I am training, so that I can transcribe a whole book as a part of my PhD-Project and I start to dislike the stuff ...)
every answer is highly appreciated,