Upload Tizen:Base source
[toolchains/python-lxml.git] / src / lxml / html / tests / hackers-org-data / xml-namespace.data.BROKEN
1 Description: XML namespace. The htc file must be located on the same server as your XSS vector
2     http://ha.ckers.org/xss.html#XSS_XML_namespace
3 Note: I don't completely understand the vector here.  page_structure is what does this.
4
5 <HTML xmlns:xss>
6   <body>
7     <?import namespace="xss" implementation="http://ha.ckers.org/xss.htc">
8     <xss:xss>XSS</xss:xss>
9   </body>
10 </HTML>
11 ----------
12 <HTML>
13   <body>
14     <div>XSS</div>
15   </body>
16 </HTML>