Home
-> XML Examples
-> >External subset
External subset
<?xml version="1.0" encoding="US-ASCII"?>
<!DOCTYPE root SYSTEM "example01.dtd">
<root/>
<?xml version="1.0" encoding="US-ASCII"?>
<!ELEMENT root EMPTY>
Notes
- Not a minimal example
- Document must have an element
- The doctypedecl says what that element is, not the dtd
Content of this site is ©
Wayne Conrad. All rights reserved.