I can't figure when the declaration has been put out and how I can
have not seen before. But it seem to works.
The content without the needed declaration works fine in the Adobe Viewer.

Thank you for your help

On Apr 7, 2005 3:39 PM, Jorg Heymans <[EMAIL PROTECTED]> wrote:
> 
> 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]
> 
> 


-- 
-- 
Jean-Claude Moissinac
Department of Computer Science and Networks
ENST Paris
FRANCE

E-mail: [EMAIL PROTECTED]
Tel: (+33) 1.45.81.80.88
Fax: (+33) 1.45.81.71.58

http://shadok.enst.fr/jcm

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

Reply via email to