Thanks for your reply.
I apologize for not understanding it. I tried to set up a snippet for a svg tag I've found on the web,. After a complaint about namespace missing, I added a bunch of them, but the Editor still reports the png files as unreferenced.
This is the tag i inserted in the xhtml file for the first svg image:
Code:
<svg width="471" height="693"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<image xlink:href="enfant2.svg" width="471" height="693"/>
</svg>
Coud someone please provide a model of tag I could use?