i'm placeing a request to a rest api (Spring boot) from my angular 8 project and response of the rest api is of xml format.
Asked
Active
Viewed 136 times
0
-
please share your xml example and code – mr. pc_coder Oct 30 '20 at 07:44
-
Does this answer your question? [Angular: Convert XML to JSON](https://stackoverflow.com/questions/42247626/angular-convert-xml-to-json) – mr. pc_coder Oct 30 '20 at 07:46
-
I would always recomment to work with JSON and not xml. If you have to, [txml](https://npmjs.com/package/txml) is a very good option to work with xml data. **disclaimer**:I am the developer of txml. – Tobias Nickel Nov 24 '20 at 00:54