I have an EMF model into which i load xml file(s) and also serialize. I
am using resource.save to serialize an instance of my EMF model onto XML
file. Now at the end of the file, i would like to generate a comment (just
a string) which might contain timestamp information.
Is there a way to specify the message i want to generate at the end of
serialized xml file ?? an XMLResource option perhaps ??