home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / lang / sgmls / test / test057.sgm < prev    next >
Encoding:
Text File  |  1994-07-10  |  384 b   |  12 lines

  1. <!-- In my view, this isn't an error because (A? | B) is inherently
  2. optional, and therefore is treated as if it were (A? | B)?
  3. [414:10-12].  Excluding A has the same effect as if the group were
  4. (B)?, and there if therefore no change to the required or optional
  5. status of the group. -->
  6. <!doctype doc [
  7. <!element doc - - (a? | b) -(a)>
  8. <!element (a | b) - - (#pcdata)>
  9. ]>
  10. <doc>
  11. </doc>
  12.