diff --git a/doc/xml.html b/doc/xml.html index 12fae5c7..60a66b65 100644 --- a/doc/xml.html +++ b/doc/xml.html @@ -810,8 +810,8 @@ is an excerpt from the tree API:
const xmlChar *xmlGetProp(xmlNodePtr node, const xmlChar
*name);
This function returns a pointer to the property content. Note that - no extra copy is made.
+This function returns a pointer to new copy of the property + content. Note that the user must deallocate the result.
$Id: xml.html,v 1.51 2000/08/31 13:50:12 veillard Exp $
+$Id: xml.html,v 1.52 2000/09/17 16:38:14 veillard Exp $