Hello --
The following correctly generates an image sitemap link --
<img class="scalable _img_screen_height _img_print_height" src="../../../glossary/_images/horn_flat_tip_30d.png" alt="Replaceable tip for ultrasonic horn" width="337" height="262">
Sitemap Generator creates --
[ External links are visible to forum administrators only ]
Replaceable tip for ultrasonic horn
However, the following does not generate a link --
<img class="scalable _img_screen_height _img_print_height" src="../../../glossary/_images/horn_flat_tip_30d.png" alt="Replaceable tip for ultrasonic liquid processing horn" width="337" height="262">
Sitemap Generator creates -- nothing
The only difference seems to be that the alt string is longer in the second (for which the overall length of the img tag is also longer).
Standalone Sitemap Generator (PHP) v8.0, 2018-05-17
Thanks,
Don C.