Skip to content

Commit 02d1368

Browse files
committed
readme clarification
1 parent 083d0f8 commit 02d1368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ DomQuery::create('<a title="hello"></a>')->attr('title') // hello
100100

101101
## XML support
102102

103-
- XML content will automatically be loaded '[as XML](http://php.net/manual/en/domdocument.loadxml.php)'
103+
- XML content will automatically be loaded '[as XML](http://php.net/manual/en/domdocument.loadxml.php)' if a XML declaration is found
104104
- Namespaces should be automatically registered (no need to do it [manually](http://php.net/manual/en/domxpath.registernamespace.php))
105105

106106
Escaping meta chars in selector to find elements with namespace:

0 commit comments

Comments
 (0)