arpithparikh / rdfquery

Automatically exported from code.google.com/p/rdfquery
0 stars 0 forks source link

RDFXML Parser Wraps Labels w/" When xml:lang is Used #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create an RDF/XML document with xml:lang on literals
2. Send the document to the RDF/XML parser
3. Serialize the databank and notice the extra quotes

Solution:
The extra quotes passed to the $.rdf.literal method should only be added if
there is no lang in the options. The quotes should be only be added if
there is not lang on line 1470, 1731, and 1830.

What version of the product are you using? On what operating system?
1.0 on IE8

Please provide any additional information below.

Original issue reported on code.google.com by james-no...@leighnet.ca on 9 Sep 2009 at 11:22

GoogleCodeExporter commented 8 years ago
I've also fixed this. See comment on Issue 12.

Original comment by jeni.ten...@gmail.com on 10 Sep 2009 at 6:49