| 12345678910111213141516171819202122232425262728293031323334 | 
#------------------------------------------------------------------------------# sgml:  file(1) magic for Standard Generalized Markup Language# HyperText Markup Language (HTML) is an SGML document type,# from Daniel Quinlan (quinlan@yggdrasil.com)# adapted to string extenstions by Anthon van der Neut <anthon@mnt.org)0   string/cB	\<!DOCTYPE\ html	HTML document text0   string/cb	\<head			HTML document text0   string/cb	\<title			HTML document text0   string/cb	\<html			HTML document text# Extensible markup language (XML), a subset of SGML# from Marc Prud'hommeaux (marc@apocalypse.org)0	string/cb	\<?xml			XML document text0	string		\<?xml\ version "	XML0	string		\<?xml\ version="	XML>15	string		>\0			%.3s document text>>23	string		\<xsl:stylesheet	(XSL stylesheet)>>24	string		\<xsl:stylesheet	(XSL stylesheet)0	string/b	\<?xml			XML document text0	string/cb	\<?xml			broken XML document text# SGML, mostly from rph@sq0   string/cb	\<!doctype		exported SGML document text0   string/cb	\<!subdoc		exported SGML subdocument text0   string/cb	\<!--			exported SGML document text# Web browser cookie files# (Mozilla, Galeon, Netscape 4, Konqueror..)# Ulf Harnhammar <ulfh@update.uu.se>0	string	#\ HTTP\ Cookie\ File	Web browser cookie text0	string	#\ Netscape\ HTTP\ Cookie\ File	Netscape cookie text0	string	#\ KDE\ Cookie\ File	Konqueror cookie text
 |