diff --git a/reference/libxml/constants.xml b/reference/libxml/constants.xml index 06f0075704..7ebec0894a 100755 --- a/reference/libxml/constants.xml +++ b/reference/libxml/constants.xml @@ -1,9 +1,26 @@ - +
&reftitle.constants; &extension.constants; + + + LIBXML_COMPACT + (integer) + + + + Activate small nodes allocation optimization. This may speed up your + application without needing to change the code. + + + + Only available in Libxml >= 2.6.21 + + + + LIBXML_DTDATTR @@ -37,50 +54,6 @@ - - - LIBXML_ERR_ERROR - (integer) - - - - A recoverable error - - - - - - LIBXML_ERR_FATAL - (integer) - - - - A fatal error - - - - - - LIBXML_ERR_NONE - (integer) - - - - No errors - - - - - - LIBXML_ERR_WARNING - (integer) - - - - A simple warning - - - LIBXML_NOBLANKS @@ -147,6 +120,22 @@ + + + LIBXML_NOXMLDECL + (integer) + + + + Drop the XML declaration when saving a document + + + + Only available in Libxml >= 2.6.21 + + + + LIBXML_NSCLEAN @@ -169,6 +158,50 @@ + + + LIBXML_ERR_ERROR + (integer) + + + + A recoverable error + + + + + + LIBXML_ERR_FATAL + (integer) + + + + A fatal error + + + + + + LIBXML_ERR_NONE + (integer) + + + + No errors + + + + + + LIBXML_ERR_WARNING + (integer) + + + + A simple warning + + + LIBXML_VERSION