scripting: assume XMLBeans 5.x, replace call to getXmlObject with toXMLString

Removes field scope from class JSOMElementConvertor. This field was created within an enter/exit block in the constructor, but after the exit block, its state was invalid.

Reduces try/catch scope when parsing xml object.
1 file changed