Diff for /embedaddon/libxml2/include/libxml/HTMLparser.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:37:58 version 1.1.1.2, 2013/07/22 01:22:22
Line 184  typedef enum { Line 184  typedef enum {
     HTML_PARSE_NOBLANKS = 1<<8, /* remove blank nodes */      HTML_PARSE_NOBLANKS = 1<<8, /* remove blank nodes */
     HTML_PARSE_NONET    = 1<<11,/* Forbid network access */      HTML_PARSE_NONET    = 1<<11,/* Forbid network access */
     HTML_PARSE_NOIMPLIED= 1<<13,/* Do not add implied html/body... elements */      HTML_PARSE_NOIMPLIED= 1<<13,/* Do not add implied html/body... elements */
    HTML_PARSE_COMPACT  = 1<<16 /* compact small text nodes */    HTML_PARSE_COMPACT  = 1<<16,/* compact small text nodes */
     HTML_PARSE_IGNORE_ENC=1<<21 /* ignore internal document encoding hint */
 } htmlParserOption;  } htmlParserOption;
   
 XMLPUBFUN void XMLCALL  XMLPUBFUN void XMLCALL

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>