0

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?

murthy
  • 1
  • 1
  • Do you mean like putting the binary file somewhere and storing its path in the XML? – fejese Dec 05 '14 at 11:36
  • No. If that path provides pointer within the file its o.k. I want to generate a single big file that includes the binary attachment and the xml metadata. – murthy Dec 08 '14 at 06:29

0 Answers0