Images in XMl

admin

Administrator
Staff member
Hi ,I have a requirement to embed a jpg file in an XMl document.i plan to have a tag say image so teh xml would look like<Sample><Name>Some name</Name><ImageType>JPG</ImageType><Image>image in binary goes here</Image></Sample>i would like to know if this is a right way to do it.i tried to generate this using MSXMl DOm object modelwith the image as one of the nodes and the binary image as thenaode value. I don't get the error though but the node vale is not what iput in.COuld some one tell me how to do itRegardsVishy
 
Back
Top