I have a product configuration written in XML file. Its read/written using JAXB.
A binary file was encoded in base64 format was inserted in the XML file . .The binary file is getting big., so want to attach it now.
Is there a simple way to attach the file efficiently to that XML file?