Home -> XML Examples -> Default Declaration: #IMPLIED
<?xml version="1.0" encoding="US-ASCII"?> <!DOCTYPE root [ <!ELEMENT root ANY> <!ELEMENT stuff ANY> <!ATTLIST stuff junk CDATA #IMPLIED> ] > <root> <stuff/> <stuff junk="blah blah blah"/> </root>
Content of this site is © Wayne Conrad. All rights reserved.