home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / SGMLS / test / test015.sgm < prev    next >
Encoding:
Text File  |  1994-07-10  |  227 b   |  9 lines

  1. <!-- This checks that attribute value tokenization doesn't get confused
  2. by sdata entities. -->
  3. <!doctype doc [
  4.   <!element doc - O empty>
  5.   <!attlist doc att names #implied>
  6.   <!entity ent sdata "foo">
  7. ]>
  8. <doc att="&ent; bar">
  9.