1 parent 9f23afa commit cd4312fCopy full SHA for cd4312f
1 file changed
README.md
@@ -1,7 +1,7 @@
1
# Domselect
2
3
-Domselect provides high-level API to work with structure of HTML document using one of HTML processing backend.
4
-To work with HTML document you have to create so-called selector object from raw content of HTML document.
+Domselect provides univeral interface to work with structure of HTML document built by one of supported HTML
+processing engines. To work with HTML document you have to create so-called selector object from raw content of HTML document.
5
That selector will be bound to the root node of HTML structure. Then you can call different methods of these selector
6
to build other selectors bound to nested parts of HTML structure.
7
0 commit comments