Bug: parsing metadata in SVG

System:

Amaya 5.2
compiled from release source
Mac OS X
Motif

Description:

Amaya internally parsed and reserialised the content of the metadata element
in http://www.w3.org/2002/01/image2.svg

(broken version as saved by amaya at that URI: original source copied below:

<?xml version="1.0" encoding="iso-8859-1"?><svg
xmlns="http://www.w3.org/2000/svg">  <image
xlink:href="http://www.latrobe.edu.au/sara/surfing/photos/trip1/therese_leah_and_jono.jpg">
<desc>Therese, leah and jono</desc>  </image>  <g id="jono">    <metadata>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:s2="http://sophia.inria.fr/~enerbonn/rdfpiclang#"
xmlns:an="http://rdf.desire.org/vocab/recommend.rdf#"
xmlns:dc="http://purl.org/dc/elements/1.1/">      <rdf:Description
rdf:about="">      <s2:xmllang>en      </s2:xmllang>      <dc:creator>
<foaf:Person>      <foaf:name>chaals      </foaf:name>      <foaf:mbox
rdf:resource="mailto:charles@w3.org">      </foaf:mbox>      </foaf:Person>
</dc:creator>      <dc:date>1011723115204      </dc:date>      <an:annotates
rdf:resource="http://www.w3.org/2002/01/image2.svg#jono">
</an:annotates>      </rdf:Description>      <rdf:Description
rdf:about="http://www.w3.org/2002/01/image2.svg#jono">
<dc:title>Therese, Leah and      Jono      </dc:title>
<dc:description>Therese, leah, jono sitting together being silly on a
surfing trip       </dc:description>      <dc:date>2000      </dc:date>
<dc:coverage>Australia      </dc:coverage>      <foaf:location>
<foaf:Geo rdf:value="Australia">      </foaf:Geo>      </foaf:location>
</rdf:Description>      <foaf:Person>      <foaf:name>Jono Nevile
</foaf:name>      <foaf:mbox
rdf:resource="mailto:nevilejc@leopard.cs.latrobe.edu.au">      </foaf:mbox>
<foaf:depiction rdf:resource="http://www.w3.org/2002/01/image2.svg#jono">
</foaf:depiction>      </foaf:Person>      </rdf:RDF>
</metadata><polygon stroke="black" fill="yellow"
points="676,529 547,458 533,420 513,442 469,403 417,294 469,288 488,245
506,235 511,187 560,163 610,155 623,161 652,187 710,295 714,316 722,440
729,463 734,475 734,481 771,527 771,527"/>      <polygon stroke="black"
fill="yellow"               points="457,218 435,219 429,223 416,219 414,213
390,201 392,183 380,164 379,145 400,118 418,114 435,116 453,127 472,135
480,137 483,154 498,163 485,173 467,191 460,203 460,203"/>  </g>
<polygon stroke="black" fill="red"               points="498,164 517,148
544,144 555,154 556,166 511,184 505,235 488,246 470,287 418,295 468,401
515,442 533,436 546,455 677,529 331,529 335,441 341,431 340,413 308,395
312,367 300,361 290,325 297,269 292,228 320,221 328,216 305,188 292,149
302,131 327,113 344,114 360,122 371,130 381,142 379,162 391,184 391,201
415,214 414,219 429,223 433,220 459,218 461,204 467,190 494,164 494,164"
id="leah"/>      <polygon stroke="black" fill="blue"
points="330,530 334,437 338,431 339,416 307,395 312,369 300,361 289,326
297,271 292,227 284,206 249,194 242,193 229,184 233,162 237,138 231,109
194,92 162,98 152,107 140,128 138,148 142,171 146,187 139,202 139,224 98,248
95,323 87,381 79,426 84,454 74,471 14,505 13,531 13,531"
id="therese"/></svg>


-- 
Charles McCathieNevile    http://www.w3.org/People/Charles  phone: +61 409 134 136
W3C Web Accessibility Initiative     http://www.w3.org/WAI    fax: +1 617 258 5999
Location: 21 Mitchell street FOOTSCRAY Vic 3011, Australia
(or W3C INRIA, Route des Lucioles, BP 93, 06902 Sophia Antipolis Cedex, France)

Received on Tuesday, 22 January 2002 13:44:18 UTC