Rct567 / DomQuery

PHP library for easy 'jQuery like' DOM traversing and manipulation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add function detect if any current context node, so that xpath() work

silverham opened this issue · comments

xpath() will not add dot for context node if no find() has been done, first so add function to check so cad do find(':root') first.

@see #37