Jquery parseXML

Jquery parseXML

rodrangrarodrangra Posts: 18Questions: 3Answers: 0

Hi!

I tried to use the slim versoin of Jquery, and Datatable breaked when using "Excel" export button.
Thats because Datatable relies on the Jquery .parseXML function
Is it possible to use the stardand javascript .parseXML?
So we can decrease dependence on Jquery and use the Slim version.

Thanks a lot!
Rodrigo.

Replies

  • rodrangrarodrangra Posts: 18Questions: 3Answers: 0

    Please see this javascript stardand way to parse XML:

    https://www.w3schools.com/xml/xml_parser.asp

  • allanallan Posts: 63,210Questions: 1Answers: 10,415 Site admin

    Good point - thank you. We do aim for jQuery slim support, but that one slipped past me. I've got it marked down to be addressed for the next release of Buttons.

    Allan

  • rodrangrarodrangra Posts: 18Questions: 3Answers: 0

    Thank you Allan! Glad to help!

  • allanallan Posts: 63,210Questions: 1Answers: 10,415 Site admin

    Just to say that this will be in Buttons 1.6.2 which will drop shortly.

    Allan

This discussion has been closed.