Todo list
There are some things that are quite important to do now, it is :
Managing the relative URI/URL for "href" and "src"
Managing content which are within "div" tag without "p" tag
Manage to create a tag audio/video for each sources when we've got
<video heigh="700" width="600">
<source src="..." type="..."/>
<source src="..." type="..."/>
</video>
Other things to do are :
Optimise the execution of the library (not calling 3 times htmlcleaner, 2 times XMLParser)
Use q, sup, sub