© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Mohamad Mahmood
Programming (Mobile, Web, Database and Machine Learning). Studying at the Center For Artificial Intelligence Technology (CAIT), FTSM, UKM MY
[1] Get the XML Backup Copy [2] Write Python codes to parse the file import xml.etree.ElementTree as ET import html # Load the XML file xml_path = "blog-04-07-2025 (1).xml" tree = ET.parse(xml_path) root = tree.getroot() # Define namespaces namesp...
No responses yet.