We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some METs packages have been reported to fail parsing due to issues with their contents. The causes identified are:
org.xml.sax.SAXParseException; lineNumber: 24; columnNumber: 48; The entity name must immediately follow the '&' in the entity reference.
The text was updated successfully, but these errors were encountered:
Apparently this is to escape the contents in the XML jinja template through operators:
https://tedboy.github.io/jinja2/templ10.html
For instance,
ted-rdf-conversion-pipeline/ted_sws/notice_packager/resources/templates/mets_xml_dmd_rdf.jinja2
Line 24 in 01673c0
becomes
<cdm:work_title xml:lang="{{ lang }}">{{ work.title[lang]| e }}</cdm:work_title>
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Some METs packages have been reported to fail parsing due to issues with their contents. The causes identified are:
The text was updated successfully, but these errors were encountered: