Uploaded image for project: 'XalanC'
  1. XalanC
  2. XALANC-142

logic error in Function::Execute() for 3-argument functions

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Resolution: Fixed
    • 1.3.x
    • None
    • XPathC
    • None
    • Operating System: Windows NT/2K
      Platform: PC
    • 8134

    Description

      , XPath/Function.cpp, line 100 is

      else if (theArgCount == 2)

      should read:

      else if (theArgCount == 3)

      Symptom: extension functions with 3 arguments are never invoked properly.

      Attachments

        Activity

          People

            Unassigned Unassigned
            basil@macromedia.com Basil Hosmer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: