Difference between revisions of "XML"

From PKC
Jump to navigation Jump to search
Line 1: Line 1:
There is a pretty good XML processing tutorial in Python.
There are a few good XML processing tutorials online.
=For Python=
*[https://www.heatonresearch.com/2017/03/03/python-basic-wikipedia-parsing.html Reading Wikipedia XML Dumps with Python by Jeff Heaton]
*[https://www.datacamp.com/community/tutorials/python-xml-elementtree Python XML ElementTree]
*[https://www.datacamp.com/community/tutorials/python-xml-elementtree Python XML ElementTree]



Revision as of 02:20, 25 January 2022

There are a few good XML processing tutorials online.

For Python

It is recently being replaced by YAML and JSON for better data representational efficiency.