Jean-Claude Moissinac wrote:
Here is a very short test which works when displayed directly, but
doesn't works when served by cocoon with the previously showed
pipeline:

<?xml version="1.0" encoding="UTF-8"?>
<svg width="100%" height="100%" viewBox="0 0 333 250"
xmlns="http://www.w3.org/2000/svg";>
<rect width="100%" height="100%" fill="rgb(255,255,255)"/>
<set attributeName="display" to="inline" begin="0.083333336"/>
<defs>
<g id="S80" >
<path fill="none" stroke="rgb(0,0,5)" stroke-width="1.5" d=" M 0.0
-234.9 1151.1 -231.65 1150.15 -233.5"/>
</g>
</defs>
<use xlink:href="#S80" transform="translate(-3.0 272.0)
scale(0.29522705 0.29522705) " />
</svg>

You didn't specify the xlink namespace in this document, so ofcourse the parser complains that it cannot map the namespace. Just add the namespace at the top and it will work.



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



Reply via email to