Updates:
        Status: Review

Comment #2 on issue 942 by pekka.klarck: Support parsing HTML using `lxml` module to get better performance
http://code.google.com/p/robotframework/issues/detail?id=942

This issue was updated by revision 816d626211a2.

Here is finally the new lxml based parser.  After pretty heavy
refactoring to HTML parsing in general (incl. splitting the lower
level parsing from the reader) the new parser is very simple.

If lxml module is installed, the new parser is automaticaly used by
default. It is, however, possible to disable it for testing purposes
or otherwise by setting ROBOT_NO_LXML environment variable to any
non-empty value.

Tasks TODO:
- Code review by Janne (move the issue to Started state afterwards).
- Testing with RIDE by Mikko.
- Documenting the new functionality in installation instructions, --help, etc.

Reply via email to