From: Daniel Veillard (Daniel.Veillard@imag.fr)
Date: Sat Jan 20 2001 - 14:37:18 EST
On Sat, Jan 20, 2001 at 10:32:13AM -0800, mskala@ansuz.sooke.bc.ca wrote:
>
> On Sat, 20 Jan 2001, Daniel Veillard wrote:
> > void
> > xmlNodeDump(xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, int level,
> > int format);
> >
> > then dump the buffer wherever you want ...
>
> I'd love to, but that function is defined "static void" in tree.c, not
> just "void". So it isn't an external symbol. It isn't declared in
> tree.h, and (unless I'm missing something) I can't use it in programs that
> use libxml.
Probably due to the fact that you are using an older version
orchis:~/XML -> grep xmlNodeDump tree.h
void xmlNodeDump (xmlBufferPtr buf,
and documented publicly...
http://xmlsoft.org/html/gnome-xml-tree.html#XMLNODEDUMP
Daniel
-- Daniel Veillard | Red Hat Network http://redhat.com/products/network/ veillard@redhat.com | libxml Gnome XML toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/ ---- Message from the list xml@rpmfind.net Archived at : http://xmlsoft.org/messages/ to unsubscribe: echo "unsubscribe xml" | mail majordomo@rpmfind.net
This archive was generated by hypermail 2b29 : Sat Jan 20 2001 - 14:43:32 EST