S.Lott -- Software Architect
  • Other Articles
  • Publications
  • S.Lott Biography

XML Parsing

Date Thu 23 July 2009 Tags python / xml / lxml

See Python XML parsing and Parsing simple XML files in python using etree.

Originally, I used SAX -- but built DOM objects with it. I moved from application-specific DOM's to generic DOM's.

Then I switched to the miniDOM parser. It gave me structures I could walk with a pleasant Visitor design …

more ...

  • Social

    • Mastodon
    • Github
    • StackOverflow
    • LinkedIn
    • O'Reilly
    • Amazon
  • Categories

    • Architecture & Design
    • Books
    • FOSS
    • Management
    • News
    • Python
    • Technologies
  • Links

    • Pelican
    • Python.org
    • Jinja2
  • Archive

    • July 2009 (1)

© 2009 S.Lott · Powered by pelican-bootstrap3, Pelican, Bootstrap

Back to top