Python Forum
Using xml.parsers.expat I can't get parser.ParseFile(f) to work
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using xml.parsers.expat I can't get parser.ParseFile(f) to work
#2
Have you tried opening in binary mode?
open(xmlfile, 'rb')
Pedroski55 and snippsat like this post
« We can solve any problem by introducing an extra level of indirection »
Reply


Messages In This Thread
RE: Using xml.parsers.expat I can't get parser.ParseFile(f) to work - by Gribouillis - Apr-24-2024, 06:23 AM

Forum Jump:

User Panel Messages

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