Simple HTML parsing library for python.
- Fix '\' elements in content based tag, extra state needed to process the data.
- Fix for extra '<' character before actual closing tag in content based.
- Change the cur_tag_path to list instead os string.
- Add parent and child traversal ability to HTMLElement.