You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're glad you find this project helpful. We'll try to address this issue ASAP. You can vist https://solothought.com to know recent features. Don't forget to star this repo.
Please help, I get error
fxparser is not defined
HTML tag
<script src="https://cdnjs.cloudflare.com/ajax/libs/fast-xml-parser/4.5.0/fxparser.min.js" integrity="sha512-q1u77EjD05HQWHgQEOkFWpMXXJQZLHNNgMVxp0K+LvtStBVHcgbm+u18TFTPpZ48fcjX4NZJlljQM4mNkUeifA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
JS
const parser = new fxparser.XMLParser(); let getCapabilities_Obj = parser.parse(getCapabilities);
I am not sure, why fxparser was comment out in min.js file see
Do I also need to add https://cdnjs.cloudflare.com/ajax/libs/fast-xml-parser/4.5.0/fxparser.min.js.map to html ?
The text was updated successfully, but these errors were encountered: