Attribute type string

atttype-highlight-string stringtype

example15.xml


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

Notes

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