Uploaded image for project: 'OODT (Retired)'
  1. OODT (Retired)
  2. OODT-161

PushPull getTextContext()/getNode() value still poses an issue for some JVMs

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.2
    • 0.3
    • push pull framework
    • None
    • none

    Description

      this is a two part problem:
      1) pushpull depends on an older version of nekohtml (which depends on an older version of xercesImpl)

      • patch will update nekohtml to version: 1.9.6.2

      2) Node node . . . ; node.getNodeValue() should be node.getChildNodes().item(0).getNodeValue() . . . instead of node.getTextContext().

      • apparently text inside of a Node object isn't its value . . . the text value desired is stored in the a child node at index 0 whose value is the value desired

      Attachments

        1. OODT-161.2011-03-16.patch.txt
          7 kB
          Brian Foster

        Activity

          People

            bfoster Brian Foster
            bfoster Brian Foster
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: