skariel / webalchemy

Modern web development with Python
MIT License
346 stars 21 forks source link

parsing existing HTML #99

Open skariel opened 10 years ago

skariel commented 10 years ago

now an element can be instantiated from a given id, but then all the html structure still needs to be parsed... so still open.

skariel commented 10 years ago

Python has a built in html parser of course

http://docs.python.org/3.3/library/html.parser.html#module-html.parser

skariel commented 10 years ago

Parsing is started... whats really missing though would be a 'create_element_from_html' method in rdoc