Re: [gdome]questions about gdome_di_saveDocToMemory ()
- From: Tobias Peters <tpeters uni-oldenburg de>
- To: "Bernd Truckses (Privat)" <bernd vorsprung de>
- Cc: gdome gnome org
- Subject: Re: [gdome]questions about gdome_di_saveDocToMemory ()
- Date: Tue, 06 Apr 2004 11:24:13 +0200
Bernd Truckses (Privat) wrote:
Hi all
For exporting a project to other plattforms I have to decide which
DOM-Parser to use.
It's very important for this project to get the current textual
representation of a Node at any time.
The function gdome_di_saveDocToMemory() seems the right way to do this
for a Document - after the call
the textual representation should be in the buffer char* mem...
So my question is: can I simply call the gdome_di_saveDocToMemory() with
a GdomeNode instead of a GdomeDocument
to get the textual representation of this special Node or do I have to
create a new GdomeDocument, import the Node, make it to Root
and call gdome_di_saveDocToMemory() ?
I once had such a function and IIRC it's the latter. Remeber to release
all your references afterwards.
Tobias
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]