on-line update, Daniel
diff --git a/doc/xml.html b/doc/xml.html
index 12fae5c..60a66b6 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -810,8 +810,8 @@
 <dl>
   <dt><code>const xmlChar *xmlGetProp(xmlNodePtr node, const xmlChar
   *name);</code></dt>
-    <dd><p>This function returns a pointer to the property content. Note that
-      no extra copy is made.</p>
+    <dd><p>This function returns a pointer to new copy of the property
+      content. Note that the user must deallocate the result.</p>
     </dd>
 </dl>
 
@@ -1308,6 +1308,6 @@
 
 <p><a href="mailto:Daniel.Veillard@w3.org">Daniel Veillard</a></p>
 
-<p>$Id: xml.html,v 1.51 2000/08/31 13:50:12 veillard Exp $</p>
+<p>$Id: xml.html,v 1.52 2000/09/17 16:38:14 veillard Exp $</p>
 </body>
 </html>