1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

integrated a cleaned up version of Marc Liyanage' patch for boolean

* HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
  version of Marc Liyanage' patch for boolean attributes in HTML
  output
Daniel
This commit is contained in:
Daniel Veillard
2002-08-12 13:27:28 +00:00
parent ad64e889e7
commit c084e47841
3 changed files with 53 additions and 2 deletions

View File

@@ -19,6 +19,7 @@
extern "C" {
#endif
/**
* HTML_TEXT_NODE:
*
@@ -100,6 +101,11 @@ void htmlDocContentDumpFormatOutput(xmlOutputBufferPtr buf,
xmlDocPtr cur,
const char *encoding,
int format);
int htmlIsBooleanAttr (const xmlChar *name);
#ifdef __cplusplus
}
#endif