In a notebook, I import an XMLObject from a html file with this code line :
XMLData =
Import["Z:/XXX/XXX/XXX.mw", "XML"];
In order to have all the data in the notebook, is it possible to save the XMLObject inside th notebook so that for future uses, it is possible to not import the XMLObject.
The idea is to permit to send to somebody a notebook with all the data inside and not a notebook and a html file.
Thank you for your help.