I have xml file with config for converter.
<converter>
<replace>
<mask from="171, 187, 147, 148" to="34"/>
<mask from="150, 151" to="45"/>
</replace>
</converter>
To read this config i'm using Apache Commons Configuration. How i can read tags "mask" to iterate it and process attributes in code?