Advertisement
Guest User

xml2

a guest
Sep 4th, 2013
3,251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.42 KB | None | 0 0
  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>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement