| examples/images.xsd | ||||||
| SUMMARY: DOCUMENTATION | FRAMES | NO FRAMES | ||||||
Components are placed in subfolder of the schema documentation. When using images in components documentation, all links must take care of the folder structure, e.g. to reference images in the
resources folder of the documentation, the following prefix must be used:
../../resources/.
Here are some examples:
This image is created by an absolute URL:
<img src="http://www.buldocs.com/images/nevski.gif"/>
This image is created by a relative URL; in this case you must ensure that the image is copied to the appropriate location after generating and deploying the document to your final destination. In this
case the image is assumed to be located in the resources folder within the schema documentation:
<img src="../../resources/xnsdoc-teaser.gif"/>
| |||||||
| SUMMARY: DOCUMENTATION | FRAMES | NO FRAMES | ||||||