home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / new / dev / lang / sgmls / test / test015.sgm < prev    next >
Text File  |  1994-07-10  |  227b  |  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.