We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abfee16 commit 0955739Copy full SHA for 0955739
src/xmlparser/DocTypeReader.js
@@ -142,7 +142,7 @@ function isNotation(xmlData, i){
142
143
//an entity name should not contains special characters that may be used in regex
144
//Eg !?\\\/[]$%{}^&*()<>
145
-const specialChar = "!?\\\/[]$%{}^&*()<>";
+const specialChar = "!?\\\/[]$%{}^&*()<>|+";
146
147
function validateEntityName(name){
148
for (let i = 0; i < specialChar.length; i++) {
0 commit comments