We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7867615 + 2ebb4bf commit cc879cdCopy full SHA for cc879cd
components/dom_crawler.rst
@@ -106,11 +106,14 @@ explicitly.
106
107
Consider the XML below:
108
109
+.. code-block:: xml
110
+
111
<?xml version="1.0" encoding="UTF-8"?>
112
<entry
- xmlns="http://www.w3.org/2005/Atom"
- xmlns:media="http://search.yahoo.com/mrss/"
113
- xmlns:yt="http://gdata.youtube.com/schemas/2007">
+ xmlns="http://www.w3.org/2005/Atom"
114
+ xmlns:media="http://search.yahoo.com/mrss/"
115
+ xmlns:yt="http://gdata.youtube.com/schemas/2007"
116
+ >
117
<id>tag:youtube.com,2008:video:kgZRZmEc9j4</id>
118
<yt:accessControl action="comment" permission="allowed"/>
119
<yt:accessControl action="videoRespond" permission="moderated"/>
0 commit comments