Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
XML modules
#2
In case anyone is interested: In the end I managed to do everything with lxml, and I'm very happy with the results. Python is really nice.

But I still think the lack of the function "getLang()" is a problem. When I looked closer att my particular case I found that I could get by nicely without it, but that was mostly just luck. The Perl module that does the same thing with libxml2 has that function (called "xmlLang()") and it really should be implemented in lxml as well. Document oriented XML files with multi-lingual text often need that function.
Reply


Messages In This Thread
XML modules - by bertilow - Jan-25-2020, 02:05 PM
RE: XML modules - by bertilow - Feb-09-2020, 07:10 PM

Forum Jump:

User Panel Messages

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