Trying to get the text from "value" attribute. How do I do that using Java DOM? I will later have to go through thousands of *.xml files, that are 20 times this big and look for "failing_message" and then need to get its failing_message, that is in "value" attribute.
<?xml version="1.0" encoding="UTF-8"?>
<root version="14" libraryDocVersion="17">
<node type="flow" id="3224122a-b164-422c-add2-974f22229b6a">
<child name="inputs">
<collection type="list">
<node type="staticBinding" id="3333333-9dd4-4363-9f15-1333c433335">
<attribute name="annotation"></attribute>
<attribute name="assignFromContext">false</attribute>
<attribute name="assignToContext">false</attribute>
<attribute name="inputSymbol">failing_message</attribute>
<attribute name="inputType">String</attribute>
<attribute name="isList">false</attribute>
<attribute name="isPersisted">true</attribute>
<attribute name="last_modified_by">admin</attribute>
<attribute name="listDelimiter">,</attribute>
<attribute name="modifiedTimestamp">1428938670220</attribute>
<attribute name="record">false</attribute>
<attribute name="required">true</attribute>
<attribute name="uuid">3333333-30c4-3333-3333-333800d10333</attribute>
<attribute name="value">Could not get free IP address for installation</attribute>
</node>
</collection>
</child>
</node>
</root>