mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-30 22:43:14 +03:00
on-line update, Daniel
This commit is contained in:
@ -810,8 +810,8 @@ is an excerpt from the <a href="html/gnome-xml-tree.html">tree API</a>:</p>
|
|||||||
<dl>
|
<dl>
|
||||||
<dt><code>const xmlChar *xmlGetProp(xmlNodePtr node, const xmlChar
|
<dt><code>const xmlChar *xmlGetProp(xmlNodePtr node, const xmlChar
|
||||||
*name);</code></dt>
|
*name);</code></dt>
|
||||||
<dd><p>This function returns a pointer to the property content. Note that
|
<dd><p>This function returns a pointer to new copy of the property
|
||||||
no extra copy is made.</p>
|
content. Note that the user must deallocate the result.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
@ -1308,6 +1308,6 @@ Gnome CVS base under gnome-xml/example</p>
|
|||||||
|
|
||||||
<p><a href="mailto:Daniel.Veillard@w3.org">Daniel Veillard</a></p>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user