Character length limit in img tag?
« on: December 23, 2018, 11:45:27 AM »
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.
Re: Character length limit in img tag?
« Reply #1 on: December 23, 2018, 11:49:06 AM »
Hello,

please let me know your images sitemap link and page URL where the image is included.
Re: Character length limit in img tag?
« Reply #2 on: December 23, 2018, 02:53:13 PM »
I have sent you a message.

Note - ~300 other image links are generated correctly although one other seems to have this same problem.