File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,13 @@ And extract data from those elements::
4444used with HTML. `CSS `_ is a language for applying styles to HTML documents. It
4545defines selectors to associate those styles with specific HTML elements.
4646
47- You can use either language you're more comfortable with, though you may find
48- that in some specific cases `XPath `_ is more powerful than `CSS `_.
47+ You can use either language. CSS _ is usually more readable, but some things can
48+ only be done with XPath _. See `XPath/CSS Equivalents in Wikibooks `_ to compare
49+ their syntax.
4950
50- .. _XPath : http://www.w3.org/TR/xpath
5151.. _CSS : http://www.w3.org/TR/selectors
52+ .. _XPath : http://www.w3.org/TR/xpath
53+ .. _XPath/CSS Equivalents in Wikibooks : https://en.wikibooks.org/wiki/XPath/CSS_Equivalents
5254
5355
5456Using selectors
You can’t perform that action at this time.
0 commit comments