[xml] How to create an xmlBufferPtr???
- From: Thomas Gagne <tgagne ix netcom com>
- To: xml gnome org
- Subject: [xml] How to create an xmlBufferPtr???
- Date: Mon, 21 Jan 2002 16:57:03 -0500
I'm adding a function to PHP so we can dump nodes as well as documents (that
is, get the XML text).
The first argument to xmlNodeDump() is something called an xmlBufferPtr.
Where do I get one?
Also, I noticed the second argument is supposed to be a doc ptr. Is there
something wrong with passing the node's doc as in:
xmlNodedump(aBuf, node->doc, node, 1, 1);
???
--
.tom
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]