Does anyone know how to select a XML element by xlink:href
attribute with CSS?
See here for the usage, however it doesn't explain how to select it with CSS.
<book title="XQuery Kick Start">
<description
xlink:type="simple"
xlink:href="http://book.com/images/XQuery.gif"
xlink:show="new"> ... </description>
</book>