From c92c304a449e6f87bf7704e2709c91fcb6614dc6 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 29 Sep 2000 02:42:04 +0000 Subject: [PATCH] on-line update, Daniel --- doc/xml.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.

@@ -1308,6 +1308,6 @@ Gnome CVS base under gnome-xml/example

Daniel Veillard

-

$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 $