A
Ars Comm - Ciro Ferraiuolo
Hi all, I need to embed an image to an existing xml file. I guess this is
possible using XmlTextWriter.WriteBase64() method. My problem is that
XmlTextWriter writes to a new document.
How can I edit an existing doc (for example with XmlDocument class) and
write an image to it?
I'm sorry but I'm a bit confused about the difference between XmlTextWriter
and XmlTextDocument.
Thanks.
possible using XmlTextWriter.WriteBase64() method. My problem is that
XmlTextWriter writes to a new document.
How can I edit an existing doc (for example with XmlDocument class) and
write an image to it?
I'm sorry but I'm a bit confused about the difference between XmlTextWriter
and XmlTextDocument.
Thanks.