Hi Guys,
I have been browsing through the net and tried finding some examples to
get an image displayed in an xml tag, some say use xlink and some say use xslt.But did not manage to get it done..
I have the following xml structure
How can i insert an image in the "display" attribute tag?
Thank you very much
I have been browsing through the net and tried finding some examples to
get an image displayed in an xml tag, some say use xlink and some say use xslt.But did not manage to get it done..
I have the following xml structure
Code:
writer.WriteStartElement ("image");
writer.WriteAttributeString ("display","");
writer.WriteEndElement();
How can i insert an image in the "display" attribute tag?
Thank you very much