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

Fixed tag errors in three files. #46

Closed doubtfulpalace closed 4 years ago

doubtfulpalace commented 4 years ago

Attempting to read these three files into a Swift XMLDocument caused these errors. This pull request fixes these plus another that was masked by the first error.

cc391li-001-264.xml: Line 139: Opening and ending tag mismatch: publisher line 135 and entryGroup

1934_v31.xml: Line 11952: error parsing attribute name Line 11952: attributes construct error Line 11952: Couldn't find end of Start Tag claimant " UserInfo={NSLocalizedDescription=Line 11952: error parsing attribute name Line 11952: attributes construct error Line 11952: Couldn't find end of Start Tag claimant

1939_v36_n6.xml: Line 509: Opening and ending tag mismatch: regDate line 509 and pubDate

seanredmond commented 4 years ago

Thanks for the fixes!