Hi All, I am newely in java xml programming. I want to know Can I embed an object into my xml file( object like images or audio files) to upload resultin xml file to my web server then extract these objects again?Thanks.Ahmad Elsafty
[261 byte] By [NourElsaftya] at [2007-11-26 18:17:46]
One simple way is to encode it (for example BASE64) simply put encode String in XML content then after reading the content and getting XML decode it back to what you like.