This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
import{XMLParser}from'fast-xml-parser';
/**
* Parses XML data into a JavaScript object.
* @param {string} xmlData - The XML data to parse.
* @returns {Object|null} - The parsed object or null if parsing fails.