sgml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  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/cb \<head HTML document text
  8. 0 string/cb \<title HTML document text
  9. 0 string/cb \<html HTML document text
  10. # Extensible markup language (XML), a subset of SGML
  11. # from Marc Prud'hommeaux (marc@apocalypse.org)
  12. 0 string/cb \<?xml XML document text
  13. 0 string \<?xml\ version\ " XML
  14. 0 string \<?xml\ version=" XML
  15. 0 string \<?xml\ version=' XML
  16. >15 string >\0 %.3s document text
  17. >>23 string \<xsl:stylesheet (XSL stylesheet)
  18. >>24 string \<xsl:stylesheet (XSL stylesheet)
  19. 0 string/b \<?xml XML document text
  20. 0 string/cb \<?xml broken XML document text
  21. # SGML, mostly from rph@sq
  22. 0 string/cb \<!doctype exported SGML document text
  23. 0 string/cb \<!subdoc exported SGML subdocument text
  24. 0 string/cb \<!-- exported SGML document text
  25. # Web browser cookie files
  26. # (Mozilla, Galeon, Netscape 4, Konqueror..)
  27. # Ulf Harnhammar <ulfh@update.uu.se>
  28. 0 string #\ HTTP\ Cookie\ File Web browser cookie text
  29. 0 string #\ Netscape\ HTTP\ Cookie\ File Netscape cookie text
  30. 0 string #\ KDE\ Cookie\ File Konqueror cookie text