1 /* tags.c -- recognize HTML tags 2 3 (c) 1998-2005 (W3C) MIT, ERCIM, Keio University 4 See tidy.h for the copyright notice. 5 6 CVS Info : 7 8 $Author: arnaud02 $ 9 $Date: 2005/10/26 13:00:35 $ 10 $Revision: 1.59 $ 11 12 The HTML tags are stored as 8 bit ASCII strings. 13 14 */ 15 16 #include "tags.h" 17 #include "tidy-int.h" 18 #include "message.h" 19 #include "tmbstr.h" 20