I need to generate XML
and they differ only in the values, that the tags contain.
Is it possible to create a template XML
and then write only the values each time? (I do not want to go the JAXB
way as these are small XML
s and are not worth creating objects for them).
Is this a good approach?
Any thoughts?