You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ripple.apache.org by "Sean Usick (JIRA)" <ji...@apache.org> on 2014/08/27 23:16:57 UTC

[jira] [Created] (RIPPLE-66) 'Attr.nodeValue' is deprecated. Please use 'value' instead.

Sean Usick created RIPPLE-66:
--------------------------------

             Summary: 'Attr.nodeValue' is deprecated. Please use 'value' instead. 
                 Key: RIPPLE-66
                 URL: https://issues.apache.org/jira/browse/RIPPLE-66
             Project: Apache Ripple
          Issue Type: Bug
         Environment: chrome browser
            Reporter: Sean Usick
            Priority: Minor


in function _xmlToJson(xml) {

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

should be 

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



--
This message was sent by Atlassian JIRA
(v6.2#6252)