Ogmo Editor

Hello, I am fairly new to java, though I have been developing games for almost 3 years now.
There is a new Level Editor tool that is called Ogmo Editor. And what it does is allow you create levels and it exports them as XML. I would like to know if there would be a way to use these levels in a java game. And if so how.

Here is the link to Ogmo Editor: http://ogmoeditor.com/

Thankyou,
T-Dub

You’d have to parse the xml into a rendering system of your own. If cant find anybody who’s already done it for Java,
making it could be a pretty solid exercise. Link it up with either basic canvas, or one of the many choices out there, slick, jmonkey, lwjgl, there was one specifically 2d but i forget the name…