Thanks Oleg. That's the problem!
At 2010-08-04 22:42:18,"Oleg Sivokon" <[email protected]> wrote: Do you expect value.item to be an XML with a single root node? If so, trace() isn't going to print out the contents of that node. Use trace(value.item.toXMLString()) instead.

