<div dir="ltr">Hi All<div><br></div><div>I'm trying to get an alternate versification to work. For example, the JPS module that can be downloaded here: <a href="http://www.crosswire.org/wiki/Modules_in_the_av11n_repository">http://www.crosswire.org/wiki/Modules_in_the_av11n_repository</a></div>
<div><br></div><div style>I'm using the following code, but getting an empty result out:</div><div style><br></div><div style><div><title type="x-gen">Psalms 51</title></div><br></div>
<div style><br></div><div style>Code:</div><div style><br></div><div style><div>final String version = "JPS";</div><div> final String ref = "Ps.51";</div><div><br></div><div> final Book currentBook = Books.installed().getBook(version);</div>
<div><br></div><div> final BookData bookData = new BookData(currentBook, currentBook.getKey(ref));</div><div> final Element osisFragment = bookData.getOsisFragment();</div><div><br></div><div> final XMLOutputter xmlOutputter = new XMLOutputter(Format.getRawFormat());</div>
<div> LOGGER.debug(xmlOutputter.outputString(osisFragment));</div><div> xmlOutputter.outputString(osisFragment);</div><div><br></div><div style>Any ideas what's wrong?</div><div style>Chris</div><div style>
<br></div></div></div>