sgml 1.0 KB

12345678910111213141516171819202122232425
  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 \<?xml\ version=" XML
  13. >15 string >\0 %.3s document text
  14. >>23 string \<xsl:stylesheet (XSL stylesheet)
  15. >>24 string \<xsl:stylesheet (XSL stylesheet)
  16. 0 string \<?xml XML document text
  17. 0 string/c \<?xml broken XML document text
  18. # SGML, mostly from rph@sq
  19. 0 string/c \<!doctype exported SGML document text
  20. 0 string/c \<!subdoc exported SGML subdocument text
  21. 0 string \<!-- exported SGML document text