Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HTML to XML
#1
I'm trying to convert HTML to XML. Then load the XML into a database for data manipulation.
I researched and came to the conclusion that I can use Python to do this. If I'm right I will start learning Python.
Can anyone point me to the right direction so I can speed up the process. I have a programming background.
Reply
#2
Of course you can do a conversion and then manipulate the results.
A better way is to use Beautifulsoup (python package) or Selenium to extract what you'd like directly from the HTML.
There is a tutorial here for that:
Web-Scraping part-1
Web-Scraping part-2
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Tkinterweb (Browser Module) Appending/Adding Additional HTML to a HTML Table Row AaronCatolico1 0 959 Dec-25-2022, 06:28 PM
Last Post: AaronCatolico1
  reading html and edit chekcbox to html jacklee26 5 3,122 Jul-01-2021, 10:31 AM
Last Post: snippsat
  HTML to Python to Windows .bat and back to HTML perfectservice33 0 1,968 Aug-22-2019, 06:31 AM
Last Post: perfectservice33

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020