Uploaded image for project: 'Apache Ripple'
  1. Apache Ripple
  2. RIPPLE-66

'Attr.nodeValue' is deprecated. Please use 'value' instead.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • chrome browser

    Description

      in function _xmlToJson(xml) {

      obj["@attributes"][attribute.nodeName] = attribute.nodeValue;

      should be

      obj["@attributes"][attribute.nodeName] = attribute.value;

      Attachments

        Activity

          People

            Unassigned Unassigned
            sean33 Sean Usick
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Time Tracking

                Estimated:
                Original Estimate - 168h
                168h
                Remaining:
                Remaining Estimate - 168h
                168h
                Logged:
                Time Spent - Not Specified
                Not Specified