I am trying to read xml files. I can read and load xml files correctly. I just don't understand how do I read this,
<c c="6" r="182, 0, 192, 15" /> Ps: I am on phone, so dont know how to code format
Edit: the r is, x, y, width and height. Edit: is there any method in java xml that can read the r string as four different int or I have to do it manualy?
Thank you.
"182, 0, 192, 15") back?