We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68fa18e commit baec6deCopy full SHA for baec6de
components/dom_crawler.rst
@@ -138,6 +138,9 @@ and :method:`Symfony\\Component\\DomCrawler\\Crawler::filter`::
138
changed with the
139
:method:`Symfony\\Component\\DomCrawler\\Crawler::setDefaultNamespacePrefix`.
140
141
+ The default namespace is removed when loading the content if it's the only
142
+ namespace in the document. It's done to simplify the xpath queries.
143
+
144
Namespaces can be explicitly registered with the
145
:method:`Symfony\\Component\\DomCrawler\\Crawler::registerNamespace`::
146
0 commit comments