Home > other >  Python XML parser with a specific rule
Python XML parser with a specific rule

Time:12-08

I have an xml file like this:

<?xml version="1.0" encoding="utf-8"?><!--Generated by Screaming Frog SEO Spider 16.3-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://orinab.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://orinab.com/cabinet/کابی           
  • Related