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