Element type EMPTY

Syntax

elementdecl-highlight-empty

example05.xml


<?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.