1 year ago
#354976
user jha
I have Hebrew Bible files in XML with one format but i need it in TEI p5 format. Is there anyway i can convert it?
I have a Tanach.us xml file with the following file format
<Tanach>
<teiHeader>
...
<teiHeader>
<tanach>
<book>
<names>
</names>
<c>
<v>
<w> </w> or <q> </q> or <k> </k> containing Hebrew text.
</v>
</c>
</book>
</tanach>
<notes>
</notes>
</Tanach>
But i want it in the following format
<TEI>
<teiHeader>
</teiHeader>
<text>
<body>
<p>This is about the shortest TEI document imaginable.</p>
</body>
</text>
</TEI>
Also these contents are from Hebrew Bible, if I am using Oxgarage for conversion, the content which is read right to left in Hebrew, get disturbed.
xml
hebrew
digital
oxygenxml
tei
0 Answers
Your Answer