Hi (and happy news year;-), I start with SVG and Cocoon.
I tried to create an menu with svg like in Cocoon documentation ... but in french. I can't get the letters with accent like é ê è à ... render by svg. I tried to change encoding, looking in the mailing list.... nothing! my label.xml : <?xml version="1.0" encoding="ISO-8859-1"?> <svg xmlns:xlink="http://www.w3.org/1999/xlink" width="120" height="12"> <defs> <filter id="Gaussian_Blur"> <feGaussianBlur in="SourceGraphic" stdDeviation="0.5"/> </filter> </defs> <text style="font-family:arial; font-size:12px; font-style:italic" fill="white" x="14" y="11"><label/></text> </svg> My book.xml <?xml version="1.0" encoding="ISO-8859-1"?> <book software="Apache Cocoon" title="toto" xmlns:xlink="http://www.w3.org/1999/xlink"> <menu label="SAE"> <menu-item label="Index" href="présentation"/> </menu> </book> Thanks for help. --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>