]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/file/Magdir/sgml
This commit was generated by cvs2svn to compensate for changes in r93787,
[FreeBSD/FreeBSD.git] / contrib / file / Magdir / sgml
1
2 #------------------------------------------------------------------------------
3 # sgml:  file(1) magic for Standard Generalized Markup Language
4 # HyperText Markup Language (HTML) is an SGML document type,
5 # from Daniel Quinlan (quinlan@yggdrasil.com)
6 # adapted to string extenstions by Anthon van der Neut <anthon@mnt.org)
7 0   string/cB   \<!doctype\ html        HTML document text
8 0   string/c    \<head                  HTML document text
9 0   string/c    \<title                 HTML document text
10 0   string/c    \<html                  HTML document text
11
12 # Extensible markup language (XML), a subset of SGML
13 # from Marc Prud'hommeaux (marc@apocalypse.org)
14 0   string/c    \<?xml                  XML document text
15
16
17 # SGML, mostly from rph@sq
18 0   string/c    \<!doctype              exported SGML document text
19 0   string/c    \<!subdoc               exported SGML subdocument text
20 0   string      \<!--                   exported SGML document text