Create j3o from xml scenegraph

Hi,

i am trying to create a tool that let’s me update me level in an external modelling tool

without loosing all the modification made in monkey scene composer,

i need to know if actually there is an easy way to dump the scenegraph in xml form

and recreate the j3o level format feeding some class with xml scenegraph.

Yeah, using the XMLExporter instead of the BinaryExporter

Thank you Normen