mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-19 05:43:19 +03:00
comments cleanups use xmllint for doing the RelaxNG tests preparing 2.5.2
* HTMLparser.c tree.c xmlIO.c: comments cleanups * Makefile.am: use xmllint for doing the RelaxNG tests * configure.in: preparing 2.5.2 made schemas support default to on instead of off * relaxng.c: removed the verbosity * xmllint.c: added --relaxng option * python/generator.py python/libxml_wrap.h: prepared the integration of the new RelaxNG module and schemas * result/relaxng/*: less verbose output Daniel
This commit is contained in:
@ -5493,7 +5493,7 @@ htmlElementStatusHere(const htmlElemDesc* parent, const htmlElemDesc* elt) {
|
||||
return ( elt->dtd == 0 ) ? HTML_VALID : HTML_DEPRECATED ;
|
||||
}
|
||||
/**
|
||||
* htmlAttrAllowed
|
||||
* htmlAttrAllowed:
|
||||
* @elt: HTML element
|
||||
* @attr: HTML attribute
|
||||
* @legacy: whether to allow deprecated attributes
|
||||
@ -5528,7 +5528,7 @@ htmlAttrAllowed(const htmlElemDesc* elt, const xmlChar* attr, int legacy) {
|
||||
return HTML_INVALID ;
|
||||
}
|
||||
/**
|
||||
* htmlNodeStatus
|
||||
* htmlNodeStatus:
|
||||
* @node - an htmlNodePtr in a tree
|
||||
* @legacy - whether to allow deprecated elements (YES is faster here
|
||||
* for Element nodes)
|
||||
|
Reference in New Issue
Block a user