Uploaded image for project: 'Bible Desktop'
  1. Bible Desktop
  2. BD-82

Fixed simple.xsl so that it works with XSLTC (the default XSL in JDK 1.5.0_04)

    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.

        Attachments

          Activity

            People

            • Assignee:
              dmsmith DM Smith
              Reporter:
              ccm682 Adam Greene
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: