Home -> XML Examples -> Element type EMPTY
<?xml version="1.0" encoding="US-ASCII"?> <!DOCTYPE root [ <!ELEMENT root ANY> <!ELEMENT nothing EMPTY> ] > <root> <nothing> </nothing> <nothing/> </root>
Content of this site is © Wayne Conrad. All rights reserved.