Lines Matching refs:http
56 <body xmlns="http://effbot.org/ns">
587 "<body xmlns='http://éffbot.org/ns'\n"
588 " xmlns:cl\xe9='http://effbot.org/ns'>text</body>\n")
592 ('start-ns', ('', u'http://\xe9ffbot.org/ns')),
593 ('start-ns', (u'cl\xe9', 'http://effbot.org/ns')),
845 elem = ET.XML("<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' />")
847 '<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />') # 2.1
849 elem = ET.XML("<html:html xmlns:html='http://www.w3.org/1999/xhtml' />")
851 '<html:html xmlns:html="http://www.w3.org/1999/xhtml" />') # 2.2
853 elem = ET.XML("<soap:Envelope xmlns:soap='http://schemas.xmlsoap.org/soap/envelope' />")
855 '<ns0:Envelope xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope" />') # 2.3
860 '<ns0:body xmlns:ns0="http://effbot.org/ns">\n'
938 ' "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'
972 check("{http://spam}egg", ['{http://spam}egg'])
974 check(".//{http://spam}egg", ['.', '//', '{http://spam}egg'])
994 # from http://www.w3.org/TR/html401/index/elements.html
1013 <document xmlns:xi="http://www.w3.org/2001/XInclude">
1030 <document xmlns:xi="http://www.w3.org/2001/XInclude">
1040 <document xmlns:xi="http://www.w3.org/2001/XInclude">
1048 <document xmlns:xi="http://www.w3.org/2001/XInclude">
1063 <div xmlns:xi="http://www.w3.org/2001/XInclude">
1076 <document xmlns:xi="http://www.w3.org/2001/XInclude">
1089 <document xmlns:xi="http://www.w3.org/2001/XInclude">
1097 <div xmlns:xi="http://www.w3.org/2001/XInclude">
1184 '<div xmlns:ns0="http://www.w3.org/2001/XInclude">\n'
1224 "('{http://www.w3.org/2001/XInclude}fallback')")
1419 e = ET.Element("{http://namespace.invalid/does/not/exist/}title")
1421 '<ns0:title xmlns:ns0="http://namespace.invalid/does/not/exist/" />')
1422 ET.register_namespace("foo", "http://namespace.invalid/does/not/exist/")
1423 e = ET.Element("{http://namespace.invalid/does/not/exist/}title")
1425 '<foo:title xmlns:foo="http://namespace.invalid/does/not/exist/" />')
1429 e = ET.Element("{http://purl.org/dc/elements/1.1/}title")
1431 '<dc:title xmlns:dc="http://purl.org/dc/elements/1.1/" />')
1502 ET.register_namespace('test10777', 'http://myuri/')
1503 ET.register_namespace('test10777', 'http://myuri/')
1955 summarize_list(e.findall("{http://effbot.org/ns}tag")),
1956 ['{http://effbot.org/ns}tag'] * 2)
1958 summarize_list(e.findall(".//{http://effbot.org/ns}tag")),
1959 ['{http://effbot.org/ns}tag'] * 3)
2140 ' "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'
2237 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'))
2270 b' "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'
2306 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd')
2323 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd')])
2341 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd')])