The XML format that jEmplode uses is the one that Emplode uses, and I figured that status quo was better than some jEmplode proprietary format. However, If you can send me a sample document of what you would like to see, and maybe a little bit of forum discussion about it, I can pretty easily add it in as an option. There was a big discussion about the XML format from Emplode a while back, but I don't recall what the outcome was ...

In fact, if you're really endeavous, the XMLExporter is actually pretty simple code ... If you wanted to write a new one that does the fancy stuff you want, I'll definitely include it org/jempeg/empeg/util/XMLExporter.java . I don't use XML libs in it, since writing XML is pretty simple w/o and I didn't want to add another couple hundred K onto an already big jar file... Maybe nano-xml would be good to include with jemplode...

Mike