#546 given test.txt file load sanitize issue fixed

This commit is contained in:
Agriya Dev5
2021-05-26 15:57:12 +05:30
parent 70cfe40078
commit 8af30cde8c
3 changed files with 26 additions and 18 deletions

View File

@@ -18,7 +18,13 @@ export const NS = {
XLINK: 'http://www.w3.org/1999/xlink',
OI: 'http://www.optimistik.fr/namespace/svg/OIdata',
XML: 'http://www.w3.org/XML/1998/namespace',
XMLNS: 'http://www.w3.org/2000/xmlns/' // see http://www.w3.org/TR/REC-xml-names/#xmlReserved
XMLNS: 'http://www.w3.org/2000/xmlns/', // see http://www.w3.org/TR/REC-xml-names/#xmlReserved
SODIPODI: 'http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd',
INKSCAPE: 'http://www.inkscape.org/namespaces/inkscape',
RDF: 'http://www.w3.org/1999/02/22-rdf-syntax-ns#',
OSB: 'http://www.openswatchbook.org/uri/2009/osb',
CC: 'http://creativecommons.org/ns#',
DC: 'http://purl.org/dc/elements/1.1/'
};
/**