| Author |
Validator ignore integers with spaces
|
Leonardo Gangemi
Greenhorn
Joined: Jun 19, 2012
Posts: 1
|
|
// XSD:
// XML (there is an extra space after number 7)
// Java (http://xsdvalidation.utilities-online.info/)
The code above returns "The XML is Well Formed and VALID", but the problem is the I get an
java.lang.NumberFormatException: For input string: "7 "
when I try to readObject, like this:
How can I deal with this?
Tks in advance.
|
 |
 |
|
|
subject: Validator ignore integers with spaces
|
|
|