There is a need to display chat records, need to parse a large number of XML, foreground to receive XML objects or json objects?

problem description

there is a need to display chat records. Do you need to parse a large number of XML, foreground receiving XML objects or json objects?

the environmental background of the problems and what methods you have tried

because js can parse XML, directly, I want to parse XML, but I can"t find a way to receive XML objects

what result do you expect? What is the error message actually seen?

Please help me to see which solution to use. If you deal with XML directly, please explain the type of return in the background and the processing received by the foreground. Thank you!

Apr.23,2021

js can certainly parse xml. Jquery can be parsed without the need for other class libraries

$("<xml><root><item></item></root></xml>")
Menu