We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e46c808 commit 8aacb01Copy full SHA for 8aacb01
1 file changed
lib/services/pmcService.ts
@@ -14,6 +14,7 @@ async function getPmcArticle(pmcid: string): Promise<any> {
14
const parser = new XMLParser({
15
ignoreAttributes: false,
16
attributeNamePrefix: "",
17
+ htmlEntities: true,
18
});
19
20
const json = parser.parse(xml);
0 commit comments