
| Path : /usr/src/php/ext/dom/examples/ |
| Current File : //usr/src/php/ext/dom/examples/note.dtd |
<?xml version="1.0" encoding="utf-8" ?> <!ELEMENT note (to,from,heading,body)> <!ELEMENT to (#PCDATA)> <!ELEMENT from (#PCDATA)> <!ELEMENT heading (#PCDATA)> <!ELEMENT body (#PCDATA)>