<?xml version="1.0"?>
<!DOCTYPE student [
   <!ELEMENT student (#PCDATA)>
   <!ENTITY unref SYSTEM ''>
]>

<!-- testing systemliteral with nothing between the single quotes -->
<student>My Name is SnowMan. </student>
