> currentName = currentText.toString().trim();
> - if (currentName.equals(""))
> - currentName = null;
> + } else if (qName.equals("Value")) {
> + if (currentName.equals("size")) {
The way you have it, "size" is in the correct case as per
[this](https://community.emc.com/servlet/JiveServlet/previewBody/3481-102-6-16527/Atmos%20Online%20Programmer's%20Guide%201.2.4A.pdf;jsessionid=360D5B1A4D136E51874AB885545A7FA4.node0).
However, wouldn't it be better if this was a case insensitive comparison?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/465/files#r16152290