NYPL / catalog_of_copyright_entries_project

NYPL Project to transcribe and parse pages from the US Catalog of Copyright Entries
Creative Commons Zero v1.0 Universal
58 stars 13 forks source link

Keep punctation in title? #3

Closed seanredmond closed 6 years ago

seanredmond commented 6 years ago

screen shot 2018-03-06 at 12 33 08 pm

Mark this up without the period as

<title>Social Evolution</title>

or with the period as

<title>Social Evolution.</title>
seanredmond commented 6 years ago

If we don't want to keep the punctuation in the title (and I would think we don't) what do we do with it? We either have to (1) delete it or (2) allow CDATA in a lot of tags. I think option 2 does least harm.

seanredmond commented 6 years ago

In accordance with the principles in #9, we need to keep the punctuation and allow CDATA

seanredmond commented 6 years ago

We'll leave the punctuation outside the title

<title>Social Evolution</title>.