diff --git a/src/codec-handler/handlers/office/agile/EncryptionDescriptor.ts b/src/codec-handler/handlers/office/agile/EncryptionDescriptor.ts index 789caf65..3a27434c 100644 --- a/src/codec-handler/handlers/office/agile/EncryptionDescriptor.ts +++ b/src/codec-handler/handlers/office/agile/EncryptionDescriptor.ts @@ -1,7 +1,7 @@ -import FastXMLParser from "fast-xml-parser"; +import { XMLParser } from "fast-xml-parser"; import { EncryptionDescriptor } from "./types.js"; -const xmlParser = new FastXMLParser.XMLParser({ +const xmlParser = new XMLParser({ ignoreAttributes: false, attributeNamePrefix: "", parseAttributeValue: true,