Skip to content

Instantly share code, notes, and snippets.

@keithrbennett
Created March 31, 2011 02:39
Show Gist options
  • Select an option

  • Save keithrbennett/895731 to your computer and use it in GitHub Desktop.

Select an option

Save keithrbennett/895731 to your computer and use it in GitHub Desktop.
XML File Illustrating Use of SYSTEM Keyword for DTD Validation
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE Foo SYSTEM "sample.dtd">
<Foo/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment