We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 083d0f8 commit 02d1368Copy full SHA for 02d1368
README.md
@@ -100,7 +100,7 @@ DomQuery::create('<a title="hello"></a>')->attr('title') // hello
100
101
## XML support
102
103
-- XML content will automatically be loaded '[as XML](http://php.net/manual/en/domdocument.loadxml.php)'
+- XML content will automatically be loaded '[as XML](http://php.net/manual/en/domdocument.loadxml.php)' if a XML declaration is found
104
- Namespaces should be automatically registered (no need to do it [manually](http://php.net/manual/en/domxpath.registernamespace.php))
105
106
Escaping meta chars in selector to find elements with namespace:
0 commit comments