From c92c304a449e6f87bf7704e2709c91fcb6614dc6 Mon Sep 17 00:00:00 2001
From: Daniel Veillard
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 $