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.

0

There are 0 best solutions below