Details
-
Type: Improvement
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 0.9.9
-
Fix Version/s: 1.0.0
-
Component/s: desktop app
-
Labels:None
Description
If you run BibleDesktop on JDK 1.5.0_04, it uses the compiling (rather than the interpreted) version of Xalan called XSLTC. There is a problem, however, in the way that XSLTC handles this line (it causes a "cannot pop from empty stack" error):
<xsl:number level="any" from="/" format="a" />
I removed from="/", giving:
<xsl:number level="any" format="a" />
which made it work and all the numbering was correct. It might require a bit more testing, but if we can get XSLTC to work, it will speed up the program.