Element type ANY

Syntax

elementdecl-highlight-any

example04.xml


<?xml version="1.0" encoding="US-ASCII"?>

<!DOCTYPE foo
  [
  <!ELEMENT foo ANY>
  <!ELEMENT bar ANY>
  ]
>

<foo>
  Some text here
  <bar>
    Some more text here
    <bar/>
    <foo/>
  </bar>
  Finally, more text here
</foo>

Notes

Content of this site is © Wayne Conrad. All rights reserved.