Is it possible to embed images in the xml documentation?

  • Thread starter Thread starter Julia
  • Start date Start date
J

Julia

Hi,



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



Thanks.
 
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

--
 
Back
Top