diff --git a/reference/xml/functions/xml-parser-free.xml b/reference/xml/functions/xml-parser-free.xml index 59f3b3d764..859e815ddf 100644 --- a/reference/xml/functions/xml-parser-free.xml +++ b/reference/xml/functions/xml-parser-free.xml @@ -1,5 +1,5 @@ - + @@ -12,6 +12,12 @@ boolxml_parser_free resourceparser + + Frees the given XML parser. + + + + &reftitle.parameters; @@ -22,7 +28,11 @@ - + + + + + &reftitle.returnvalues; This function returns &false; if parser does not refer to a valid parser, or else it frees the parser and returns &true;. diff --git a/reference/xml/functions/xml-parser-get-option.xml b/reference/xml/functions/xml-parser-get-option.xml index 175488efb1..b0d01c79d9 100644 --- a/reference/xml/functions/xml-parser-get-option.xml +++ b/reference/xml/functions/xml-parser-get-option.xml @@ -1,5 +1,5 @@ - + @@ -13,6 +13,12 @@ resourceparser intoption + + Gets an option value from an XML parser. + + + + &reftitle.parameters; @@ -35,6 +41,9 @@ + + + &reftitle.returnvalues; This function returns &false; if parser does not refer to a valid parser or if option isn't