I actually had a typo in my attribute name:
// I wrote:
String str = $(updated).find("Climate").attr("MeanAnualRainFall_mm");
// Instead of
String str = $(updated).find("Climate").attr("MeanAnnualRainFall_mm");
Anyways, can you provide me with a reproducible test case? i.e. a
sample XML file, parsed and passed to jOOX, to illustrate how this
isn't working for you?
Cheers
Lukas
2012/12/11 Gabriella Turek <
tet...@gmail.com>:
> Hi Lucas, that is one of the things that I tried as well, but I keep getting
> a null string back.
> Gaby
>