home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / new / dev / lang / sgmls / src / lineout.h < prev    next >
Text File  |  1994-07-10  |  587b  |  24 lines

  1. /* lineout.h */
  2.  
  3. /* Output codes used by sgmls. */
  4.  
  5. #define DATA_CODE '-'
  6. #define START_CODE '('
  7. #define END_CODE ')'
  8. #define ATTRIBUTE_CODE 'A'
  9. #define DATA_ATTRIBUTE_CODE 'D'
  10. #define REFERENCE_ENTITY_CODE '&'
  11. #define DEFINE_NOTATION_CODE 'N'
  12. #define DEFINE_EXTERNAL_ENTITY_CODE 'E'
  13. #define DEFINE_INTERNAL_ENTITY_CODE 'I'
  14. #define PI_CODE '?'
  15. #define DEFINE_SUBDOC_ENTITY_CODE 'S'
  16. #define START_SUBDOC_CODE '{'
  17. #define END_SUBDOC_CODE '}'
  18. #define LOCATION_CODE 'L'
  19. #define APPINFO_CODE '#'
  20. #define PUBID_CODE 'p'
  21. #define SYSID_CODE 's'
  22. #define FILE_CODE 'f'
  23. #define CONFORMING_CODE 'C'
  24.