Jean-Claude Moissinac wrote:
Hello

I have an SVG file, something like
<?xml version="1.0" encoding="UTF-8"?>
<svg width="100%" height="100%" viewBox="0 0 333 250"
xmlns="http://www.w3.org/2000/svg";
xmlns:xlink="http://www.w3.org/1999/xlink";>
...
<use xlink:href="#S1" transform="translate(62.0 213.0)
scale(0.29522705 0.29522705) " />
</svg>

Note that it is using the xmlns:xlink namespace.
When I try a sitemap like
                <map:match pattern="kangourou">
                        <map:generate type="file" src="aa001.svg"/>
                        <map:serialize type="svgxml"/>
                </map:match>
I get the followin error

"The prefix "xlink" for attribute "xlink:href" associated with an
element type "use" is not bound."


I just tried this with a stock 2.1.7 build without problems. Maybe your SVG is dodgy?



Jorg


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to