LAX

  • DOMs are complex
  • ContentHandlers are tricky, but fast
  • Invented 'LAX' handler
>>> from Martel import LAX
>>> lax = LAX.LAX()
>>> parser.parseString("AC   P97430; O09081; O09082;")
>>> lax["ac_number"]
['P97430', 'O09081', 'O09082']
>>> 

 
.