Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE contracts [<!ENTITY terminos SYSTEM “http://server/terms”>]>
  3. <contracts>
  4.    <contract>
  5.       <id>1</id>
  6.       <header></header>
  7.       <body></body>
  8.       <terms>&terminos;</terms>
  9.    </contract>
  10.    …
  11.    …
  12.    <contract>
  13.       <id>1000</id>
  14.       <header></header>
  15.       <body></body>
  16.       <terms>&terminos;</terms>
  17.    </contract>
  18. </contracts>