From 25062e2697f09dd18ed13c3c56da5abd361545b7 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Thu, 8 Sep 2005 11:45:22 +0000 Subject: [PATCH] also add NOEMTYTAG constant, which I've forgotten git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195462 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/libxml/constants.xml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/reference/libxml/constants.xml b/reference/libxml/constants.xml index 7ebec0894a..2d49800698 100755 --- a/reference/libxml/constants.xml +++ b/reference/libxml/constants.xml @@ -1,5 +1,5 @@ - +
&reftitle.constants; &extension.constants; @@ -76,6 +76,25 @@ + + + LIBXML_NOEMPTYTAG + (integer) + + + + Expand empty tags (e.g. <br/> to + <br></br>) + + + + This option is currently just available in the + dom_document_save and + dom_document_savexml functions. + + + + LIBXML_NOENT