Changes for version 0.09 - 2000-05-27

  • HTML tag attribute names should contain only letters, digits, periods, or hyphens. I've made this change to parse_args().
  • parse_args() handles single-quoted data now. [tim.holt@qsent.com (Tim Holt)]
  • parse_args() now respects a new flag 'fix_case', which can be set either as a package global or a class data member, which controls whether attribute names are upper-cased or lower-cased or left alone. Previously everything was left alone, which was incorrect because HTML tag attribute names are supposed to be case-insensitive. Now the default is to upper-case everything. [spot: tim.holt@qsent.com (Tim Holt)]

Modules

a bare-bones HTML parser