c.pentasuglia 0 Newbie Poster

Hey all,
I need to get a design going to parse some XML files, in the past i have used XStream to parse files, however it doesn't appear to be working in this case.
Here is a sample of the generated XML i'm trying to parse:
<debugging level="0" />
When i change the the the tags to double i can parse the contents as a string, but how do i go about getting a solution to parse it as it is, and also how can i extract that variable out of the XML.
Any help will be great,
thanks.