<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
ThML processing of GerElb has been fixed. The changes are in CVS.<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:tmp@nitwit.de">tmp@nitwit.de</a> wrote:<br>
<blockquote cite="mid200406121142.13740.tmp@nitwit.de" type="cite">
  <pre wrap="">On Saturday 12 June 2004 11:07, <a class="moz-txt-link-abbreviated" href="mailto:tmp@nitwit.de">tmp@nitwit.de</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">On Friday 11 June 2004 23:49, Joe Walker wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">  Passage ref = PassageFactory.createPassage("Gen-Rev");
  Book bible = Books.installed().getBookMetaData(BIBLE_NAME).getBook();

  BookData data = bible.getData(ref);
  SAXEventProvider osis = data.getSAXEventProvider();

  String text = XMLUtil.writeToString(osis);
  System.out.println(text);
      </pre>
    </blockquote>
    <pre wrap="">GerElb:
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I was able to get an well-formed GerElb1871 XML however jsword made a lot of 
mistakes in order to do so. E.g. 

&lt;div divTitle="Gen 1"&gt;
&lt;verse osisID="1.1.1"&gt;Im Anfang schuf Gott die Himmel &lt;note 
noteType="x-StudyNote"&gt;&lt;/note&gt;Im Hebr. steht das Wort "Himmel" immer in der 
Mehrzahl  und die Erde.&lt;/verse&gt;
...

Don't mind if you don't understand german ;) The last "Im Hebr. ... Erde." 
part is actually the note which is empty. Correct would have been

&lt;div divTitle="Gen 1"&gt;
&lt;verse osisID="1.1.1"&gt;Im Anfang schuf Gott die Himmel &lt;note 
noteType="x-StudyNote"&gt;Im Hebr. steht das Wort "Himmel" immer in der Mehrzahl  
und die Erde.&lt;/note&gt;&lt;/verse&gt;
...
_______________________________________________
jsword-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:jsword-devel@crosswire.org">jsword-devel@crosswire.org</a>
<a class="moz-txt-link-freetext" href="http://www.crosswire.org/mailman/listinfo/jsword-devel">http://www.crosswire.org/mailman/listinfo/jsword-devel</a>

  </pre>
</blockquote>
</body>
</html>