neelsmith / latinsrcs

Source material for teaching Latin from real texts (epigraphic, numismatic, etc)
1 stars 0 forks source link

Quoted strings in CITE collections #7

Closed neelsmith closed 10 years ago

neelsmith commented 10 years ago

The real solution to this question is that the underlying code libraries should cleanly sanitize string data before serializing RDF.

While we're waiting for that, one short-term option might be simply to globally replace quoted strings using double quotes in our current collections with quoted strings using single quotes. (FYI: this kind of workaround is called a "kludge".)

I can take push those changes if that seems reasonable for now?

mpwhit14 commented 10 years ago

Sounds very reasonable!

Am Oct 7, 2013 um 17:40 schrieb Neel Smith notifications@github.com:

The real solution to this question is that the underlying code libraries should cleanly sanitize string data before serializing RDF.

While we're waiting for that, one short-term option might be simply to globally replace quoted strings using double quotes in our current collections with quoted strings using single quotes. (FYI: this kind of workaround is called a "kludge".)

I can take push those changes if that seems reasonable for now?

— Reply to this email directly or view it on GitHub.

neelsmith commented 10 years ago

Done.