sgml 824 B

1234567891011121314151617181920
  1. #------------------------------------------------------------------------------
  2. # sgml: file(1) magic for Standard Generalized Markup Language
  3. # HyperText Markup Language (HTML) is an SGML document type,
  4. # from Daniel Quinlan (quinlan@yggdrasil.com)
  5. # adapted to string extenstions by Anthon van der Neut <anthon@mnt.org)
  6. 0 string/cB \<!doctype\ html HTML document text
  7. 0 string/c \<head HTML document text
  8. 0 string/c \<title HTML document text
  9. 0 string/c \<html HTML document text
  10. # Extensible markup language (XML), a subset of SGML
  11. # from Marc Prud'hommeaux (marc@apocalypse.org)
  12. 0 string/c \<?xml XML document text
  13. # SGML, mostly from rph@sq
  14. 0 string/c \<!doctype exported SGML document text
  15. 0 string/c \<!subdoc exported SGML subdocument text
  16. 0 string \<!-- exported SGML document text