<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<!DOCTYPE name SYSTEM "one-element-with-DTD-file.dtd" >

<!-- 
  DTD specifies the root element   name   is empty.  
  The XML matches this definition, and thus is valid 
  DTD is in a seperate dtd file 
-->

<name></name>