I discovered some months ago that anchors in embedded svg can only be visited once. I have many such links in my SVG that take this form
<a
xlink:href="smith.htm#John%20Smith"
I have tried to implement the work around in discussion Anchors can be used once , that took place in June 2022 but do not have enough knowledge to make it work. I probably have more than a hundred such links within the SVG.
Can anyone help me to make this work?
Peter