Is it possible to embed images in the xml documentation?

J

Julia

Hi,



When generating CHM from my assemblies and XML documentation is it possible
to embed images?



Thanks.
 
F

Frans Bouma [C# MVP]

Julia said:
Hi,



When generating CHM from my assemblies and XML documentation is it possible
to embed images?

I haven't tried it, but you could try to add a normal <img> tag to the
xml (end it with /> instead of > :)). It will then end up in the text
being produced inside the HTML. the CHM compiler embeds all images which
are referenced in the HTML, as long as they're local (i.e.: <img
src="myimage.jpg" /> and not: <img src="http://myserver.com/myimage.jpg" />

Frans

--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top