From bernd@vorsprung.de Tue Apr 6 05:08:07 2004 Return-Path: Delivered-To: gdome@gnome.org Received: from [193.159.182.66] (unknown [193.159.182.66]) by mail.gnome.org (Postfix) with ESMTP id 1AE8618CE2 for ; Tue, 6 Apr 2004 05:08:07 -0400 (EDT) Received: from lsfbr5 (130.83.133.25) by viking.activesfis.de (Viking/1.8) with ESMTP id Q1114817 for ; Tue, 06 Apr 2004 11:08:04 +0200 Date: Tue, 6 Apr 2004 11:05:59 +0200 Message-Id: <003601c41bb6$60b837e0$19855382@dalinac.ikp.physik.tudarmstadt.de> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0037_01C41BC7.244107E0" X-Priority: 3 (Normal) X-Msmail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-Mimeole: Produced By Microsoft MimeOLE V6.00.2800.1165 To: From: "Bernd Truckses (Privat)" Importance: Normal Subject: [gdome]questions about gdome_di_saveDocToMemory () Sender: gdome-admin@gnome.org Errors-To: gdome-admin@gnome.org X-BeenThere: gdome@gnome.org X-Loop: gdome@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Gnome DOM development list List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPart_000_0037_01C41BC7.244107E0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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() ? thank you & greetings Bernd Truckses ------=_NextPart_000_0037_01C41BC7.244107E0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Nachricht
Hi=20 all
 
For = exporting a=20 project to other plattforms I have to decide which DOM-Parser to=20 use.
It's = very important=20 for this project to get the current textual representation of a Node at = any=20 time.
 
The = function=20 gdome_di_saveDocToMemory() seems the right way to do this for a Document = - after=20 the call
the = textual=20 representation should be in the buffer char* mem...
 
So my = question is:=20 can I simply call the gdome_di_saveDocToMemory() with a GdomeNode instead of a=20 GdomeDocument
to get = the textual=20 representation of this special Node or do I have to create a new = GdomeDocument,=20 import the Node, make it to Root
and = call=20 gdome_di_saveDocToMemory() ?
 
thank = you &=20 greetings
  = Bernd=20 Truckses
------=_NextPart_000_0037_01C41BC7.244107E0-- From tpeters@uni-oldenburg.de Tue Apr 6 05:23:21 2004 Return-Path: Delivered-To: gdome@gnome.org Received: from smtpsrv3.hrz.uni-oldenburg.de (smtpsrv3.hrz.uni-oldenburg.de [134.106.87.23]) by mail.gnome.org (Postfix) with ESMTP id 088EC18D14 for ; Tue, 6 Apr 2004 05:23:18 -0400 (EDT) Received: from smtpsrv3.hrz.uni-oldenburg.de (localhost.localdomain [127.0.0.1]) by smtpsrv3.hrz.uni-oldenburg.de (8.12.8/8.12.8) with ESMTP id i369NFGg025091; Tue, 6 Apr 2004 11:23:15 +0200 Received: from loadb02.uni-oldenburg.de ([134.106.87.17]) by smtpsrv3.hrz.uni-oldenburg.de (MailMonitor for SMTP v1.2.2 ) ; Tue, 6 Apr 2004 11:23:15 +0200 (CEST) Received: from mailsrv1.hrz.uni-oldenburg.de (mailsrv1.hrz.uni-oldenburg.de [134.106.87.10]) by mailgate.uni-oldenburg.de (8.12.8/8.12.8) with ESMTP id i369NF17002893 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 6 Apr 2004 11:23:15 +0200 Received: from uni-oldenburg.de (yed.physik.uni-oldenburg.de [134.106.142.67]) by mailsrv1.hrz.uni-oldenburg.de (8.12.8/8.12.8) with ESMTP id i369NES9010081; Tue, 6 Apr 2004 11:23:15 +0200 Message-ID: <4072773D.2080502@uni-oldenburg.de> Date: Tue, 06 Apr 2004 11:24:13 +0200 From: Tobias Peters User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030821 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Bernd Truckses (Privat)" Cc: gdome@gnome.org Subject: Re: [gdome]questions about gdome_di_saveDocToMemory () References: <003601c41bb6$60b837e0$19855382@dalinac.ikp.physik.tudarmstadt.de> In-Reply-To: <003601c41bb6$60b837e0$19855382@dalinac.ikp.physik.tudarmstadt.de> X-Enigmail-Version: 0.76.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on smtpsrv3.hrz.uni-oldenburg.de Sender: gdome-admin@gnome.org Errors-To: gdome-admin@gnome.org X-BeenThere: gdome@gnome.org X-Loop: gdome@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Gnome DOM development list List-Unsubscribe: , List-Archive: 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 From james_hu_128@hotmail.com Sat Apr 10 04:35:24 2004 Return-Path: Delivered-To: gdome@gnome.org Received: from hotmail.com (bay16-f31.bay16.hotmail.com [65.54.186.81]) by mail.gnome.org (Postfix) with ESMTP id 1F1E518366 for ; Sat, 10 Apr 2004 04:35:24 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 10 Apr 2004 01:35:23 -0700 Received: from 218.108.48.167 by by16fd.bay16.hotmail.msn.com with HTTP; Sat, 10 Apr 2004 08:35:22 GMT X-Originating-IP: [218.108.48.167] X-Originating-Email: [james_hu_128@hotmail.com] X-Sender: james_hu_128@hotmail.com From: "James Hu" To: gdome@gnome.org Date: Sat, 10 Apr 2004 16:35:22 +0800 Mime-Version: 1.0 Content-Type: text/plain; charset=gb2312; format=flowed Message-ID: X-OriginalArrivalTime: 10 Apr 2004 08:35:23.0197 (UTC) FILETIME=[C3EA66D0:01C41ED6] Subject: [gdome]about test-xpath Sender: gdome-admin@gnome.org Errors-To: gdome-admin@gnome.org X-BeenThere: gdome@gnome.org X-Loop: gdome@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Gnome DOM development list List-Unsubscribe: , List-Archive: Hi gdomer, I found that test-xpath is broken down if it use libxml2.dll in windows. I think that it becuses that libgdome uses the memory allocated in libxml2.dll. In reality it is broken down at the point libgdome free these memory. Best Regards James _________________________________________________________________ 与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/cn From bernd@vorsprung.de Tue Apr 6 05:08:07 2004 Return-Path: Delivered-To: gdome@gnome.org Received: from [193.159.182.66] (unknown [193.159.182.66]) by mail.gnome.org (Postfix) with ESMTP id 1AE8618CE2 for ; Tue, 6 Apr 2004 05:08:07 -0400 (EDT) Received: from lsfbr5 (130.83.133.25) by viking.activesfis.de (Viking/1.8) with ESMTP id Q1114817 for ; Tue, 06 Apr 2004 11:08:04 +0200 Date: Tue, 6 Apr 2004 11:05:59 +0200 Message-Id: <003601c41bb6$60b837e0$19855382@dalinac.ikp.physik.tudarmstadt.de> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0037_01C41BC7.244107E0" X-Priority: 3 (Normal) X-Msmail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-Mimeole: Produced By Microsoft MimeOLE V6.00.2800.1165 To: From: "Bernd Truckses (Privat)" Importance: Normal Subject: [gdome]questions about gdome_di_saveDocToMemory () Sender: gdome-admin@gnome.org Errors-To: gdome-admin@gnome.org X-BeenThere: gdome@gnome.org X-Loop: gdome@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Gnome DOM development list List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPart_000_0037_01C41BC7.244107E0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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() ? thank you & greetings Bernd Truckses ------=_NextPart_000_0037_01C41BC7.244107E0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Nachricht
Hi=20 all
 
For = exporting a=20 project to other plattforms I have to decide which DOM-Parser to=20 use.
It's = very important=20 for this project to get the current textual representation of a Node at = any=20 time.
 
The = function=20 gdome_di_saveDocToMemory() seems the right way to do this for a Document = - after=20 the call
the = textual=20 representation should be in the buffer char* mem...
 
So my = question is:=20 can I simply call the gdome_di_saveDocToMemory() with a GdomeNode instead of a=20 GdomeDocument
to get = the textual=20 representation of this special Node or do I have to create a new = GdomeDocument,=20 import the Node, make it to Root
and = call=20 gdome_di_saveDocToMemory() ?
 
thank = you &=20 greetings
  = Bernd=20 Truckses
------=_NextPart_000_0037_01C41BC7.244107E0-- From tpeters@uni-oldenburg.de Tue Apr 6 05:23:21 2004 Return-Path: Delivered-To: gdome@gnome.org Received: from smtpsrv3.hrz.uni-oldenburg.de (smtpsrv3.hrz.uni-oldenburg.de [134.106.87.23]) by mail.gnome.org (Postfix) with ESMTP id 088EC18D14 for ; Tue, 6 Apr 2004 05:23:18 -0400 (EDT) Received: from smtpsrv3.hrz.uni-oldenburg.de (localhost.localdomain [127.0.0.1]) by smtpsrv3.hrz.uni-oldenburg.de (8.12.8/8.12.8) with ESMTP id i369NFGg025091; Tue, 6 Apr 2004 11:23:15 +0200 Received: from loadb02.uni-oldenburg.de ([134.106.87.17]) by smtpsrv3.hrz.uni-oldenburg.de (MailMonitor for SMTP v1.2.2 ) ; Tue, 6 Apr 2004 11:23:15 +0200 (CEST) Received: from mailsrv1.hrz.uni-oldenburg.de (mailsrv1.hrz.uni-oldenburg.de [134.106.87.10]) by mailgate.uni-oldenburg.de (8.12.8/8.12.8) with ESMTP id i369NF17002893 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 6 Apr 2004 11:23:15 +0200 Received: from uni-oldenburg.de (yed.physik.uni-oldenburg.de [134.106.142.67]) by mailsrv1.hrz.uni-oldenburg.de (8.12.8/8.12.8) with ESMTP id i369NES9010081; Tue, 6 Apr 2004 11:23:15 +0200 Message-ID: <4072773D.2080502@uni-oldenburg.de> Date: Tue, 06 Apr 2004 11:24:13 +0200 From: Tobias Peters User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030821 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Bernd Truckses (Privat)" Cc: gdome@gnome.org Subject: Re: [gdome]questions about gdome_di_saveDocToMemory () References: <003601c41bb6$60b837e0$19855382@dalinac.ikp.physik.tudarmstadt.de> In-Reply-To: <003601c41bb6$60b837e0$19855382@dalinac.ikp.physik.tudarmstadt.de> X-Enigmail-Version: 0.76.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on smtpsrv3.hrz.uni-oldenburg.de Sender: gdome-admin@gnome.org Errors-To: gdome-admin@gnome.org X-BeenThere: gdome@gnome.org X-Loop: gdome@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Gnome DOM development list List-Unsubscribe: , List-Archive: 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 From james_hu_128@hotmail.com Sat Apr 10 04:35:24 2004 Return-Path: Delivered-To: gdome@gnome.org Received: from hotmail.com (bay16-f31.bay16.hotmail.com [65.54.186.81]) by mail.gnome.org (Postfix) with ESMTP id 1F1E518366 for ; Sat, 10 Apr 2004 04:35:24 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 10 Apr 2004 01:35:23 -0700 Received: from 218.108.48.167 by by16fd.bay16.hotmail.msn.com with HTTP; Sat, 10 Apr 2004 08:35:22 GMT X-Originating-IP: [218.108.48.167] X-Originating-Email: [james_hu_128@hotmail.com] X-Sender: james_hu_128@hotmail.com From: "James Hu" To: gdome@gnome.org Date: Sat, 10 Apr 2004 16:35:22 +0800 Mime-Version: 1.0 Content-Type: text/plain; charset=gb2312; format=flowed Message-ID: X-OriginalArrivalTime: 10 Apr 2004 08:35:23.0197 (UTC) FILETIME=[C3EA66D0:01C41ED6] Subject: [gdome]about test-xpath Sender: gdome-admin@gnome.org Errors-To: gdome-admin@gnome.org X-BeenThere: gdome@gnome.org X-Loop: gdome@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Gnome DOM development list List-Unsubscribe: , List-Archive: Hi gdomer, I found that test-xpath is broken down if it use libxml2.dll in windows. I think that it becuses that libgdome uses the memory allocated in libxml2.dll. In reality it is broken down at the point libgdome free these memory. Best Regards James _________________________________________________________________ 与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/cn From bernd@vorsprung.de Tue Apr 6 05:08:07 2004 Return-Path: Delivered-To: gdome@gnome.org Received: from [193.159.182.66] (unknown [193.159.182.66]) by mail.gnome.org (Postfix) with ESMTP id 1AE8618CE2 for ; Tue, 6 Apr 2004 05:08:07 -0400 (EDT) Received: from lsfbr5 (130.83.133.25) by viking.activesfis.de (Viking/1.8) with ESMTP id Q1114817 for ; Tue, 06 Apr 2004 11:08:04 +0200 Date: Tue, 6 Apr 2004 11:05:59 +0200 Message-Id: <003601c41bb6$60b837e0$19855382@dalinac.ikp.physik.tudarmstadt.de> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0037_01C41BC7.244107E0" X-Priority: 3 (Normal) X-Msmail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-Mimeole: Produced By Microsoft MimeOLE V6.00.2800.1165 To: From: "Bernd Truckses (Privat)" Importance: Normal Subject: [gdome]questions about gdome_di_saveDocToMemory () Sender: gdome-admin@gnome.org Errors-To: gdome-admin@gnome.org X-BeenThere: gdome@gnome.org X-Loop: gdome@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Gnome DOM development list List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPart_000_0037_01C41BC7.244107E0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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() ? thank you & greetings Bernd Truckses ------=_NextPart_000_0037_01C41BC7.244107E0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Nachricht
Hi=20 all
 
For = exporting a=20 project to other plattforms I have to decide which DOM-Parser to=20 use.
It's = very important=20 for this project to get the current textual representation of a Node at = any=20 time.
 
The = function=20 gdome_di_saveDocToMemory() seems the right way to do this for a Document = - after=20 the call
the = textual=20 representation should be in the buffer char* mem...
 
So my = question is:=20 can I simply call the gdome_di_saveDocToMemory() with a GdomeNode instead of a=20 GdomeDocument
to get = the textual=20 representation of this special Node or do I have to create a new = GdomeDocument,=20 import the Node, make it to Root
and = call=20 gdome_di_saveDocToMemory() ?
 
thank = you &=20 greetings
  = Bernd=20 Truckses
------=_NextPart_000_0037_01C41BC7.244107E0-- From tpeters@uni-oldenburg.de Tue Apr 6 05:23:21 2004 Return-Path: Delivered-To: gdome@gnome.org Received: from smtpsrv3.hrz.uni-oldenburg.de (smtpsrv3.hrz.uni-oldenburg.de [134.106.87.23]) by mail.gnome.org (Postfix) with ESMTP id 088EC18D14 for ; Tue, 6 Apr 2004 05:23:18 -0400 (EDT) Received: from smtpsrv3.hrz.uni-oldenburg.de (localhost.localdomain [127.0.0.1]) by smtpsrv3.hrz.uni-oldenburg.de (8.12.8/8.12.8) with ESMTP id i369NFGg025091; Tue, 6 Apr 2004 11:23:15 +0200 Received: from loadb02.uni-oldenburg.de ([134.106.87.17]) by smtpsrv3.hrz.uni-oldenburg.de (MailMonitor for SMTP v1.2.2 ) ; Tue, 6 Apr 2004 11:23:15 +0200 (CEST) Received: from mailsrv1.hrz.uni-oldenburg.de (mailsrv1.hrz.uni-oldenburg.de [134.106.87.10]) by mailgate.uni-oldenburg.de (8.12.8/8.12.8) with ESMTP id i369NF17002893 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 6 Apr 2004 11:23:15 +0200 Received: from uni-oldenburg.de (yed.physik.uni-oldenburg.de [134.106.142.67]) by mailsrv1.hrz.uni-oldenburg.de (8.12.8/8.12.8) with ESMTP id i369NES9010081; Tue, 6 Apr 2004 11:23:15 +0200 Message-ID: <4072773D.2080502@uni-oldenburg.de> Date: Tue, 06 Apr 2004 11:24:13 +0200 From: Tobias Peters User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030821 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Bernd Truckses (Privat)" Cc: gdome@gnome.org Subject: Re: [gdome]questions about gdome_di_saveDocToMemory () References: <003601c41bb6$60b837e0$19855382@dalinac.ikp.physik.tudarmstadt.de> In-Reply-To: <003601c41bb6$60b837e0$19855382@dalinac.ikp.physik.tudarmstadt.de> X-Enigmail-Version: 0.76.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on smtpsrv3.hrz.uni-oldenburg.de Sender: gdome-admin@gnome.org Errors-To: gdome-admin@gnome.org X-BeenThere: gdome@gnome.org X-Loop: gdome@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Gnome DOM development list List-Unsubscribe: , List-Archive: 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 From james_hu_128@hotmail.com Sat Apr 10 04:35:24 2004 Return-Path: Delivered-To: gdome@gnome.org Received: from hotmail.com (bay16-f31.bay16.hotmail.com [65.54.186.81]) by mail.gnome.org (Postfix) with ESMTP id 1F1E518366 for ; Sat, 10 Apr 2004 04:35:24 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 10 Apr 2004 01:35:23 -0700 Received: from 218.108.48.167 by by16fd.bay16.hotmail.msn.com with HTTP; Sat, 10 Apr 2004 08:35:22 GMT X-Originating-IP: [218.108.48.167] X-Originating-Email: [james_hu_128@hotmail.com] X-Sender: james_hu_128@hotmail.com From: "James Hu" To: gdome@gnome.org Date: Sat, 10 Apr 2004 16:35:22 +0800 Mime-Version: 1.0 Content-Type: text/plain; charset=gb2312; format=flowed Message-ID: X-OriginalArrivalTime: 10 Apr 2004 08:35:23.0197 (UTC) FILETIME=[C3EA66D0:01C41ED6] Subject: [gdome]about test-xpath Sender: gdome-admin@gnome.org Errors-To: gdome-admin@gnome.org X-BeenThere: gdome@gnome.org X-Loop: gdome@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Gnome DOM development list List-Unsubscribe: , List-Archive: Hi gdomer, I found that test-xpath is broken down if it use libxml2.dll in windows. I think that it becuses that libgdome uses the memory allocated in libxml2.dll. In reality it is broken down at the point libgdome free these memory. Best Regards James _________________________________________________________________ 与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/cn From bernd@vorsprung.de Tue Apr 6 05:08:07 2004 Return-Path: Delivered-To: gdome@gnome.org Received: from [193.159.182.66] (unknown [193.159.182.66]) by mail.gnome.org (Postfix) with ESMTP id 1AE8618CE2 for ; Tue, 6 Apr 2004 05:08:07 -0400 (EDT) Received: from lsfbr5 (130.83.133.25) by viking.activesfis.de (Viking/1.8) with ESMTP id Q1114817 for ; Tue, 06 Apr 2004 11:08:04 +0200 Date: Tue, 6 Apr 2004 11:05:59 +0200 Message-Id: <003601c41bb6$60b837e0$19855382@dalinac.ikp.physik.tudarmstadt.de> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0037_01C41BC7.244107E0" X-Priority: 3 (Normal) X-Msmail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-Mimeole: Produced By Microsoft MimeOLE V6.00.2800.1165 To: From: "Bernd Truckses (Privat)" Importance: Normal Subject: [gdome]questions about gdome_di_saveDocToMemory () Sender: gdome-admin@gnome.org Errors-To: gdome-admin@gnome.org X-BeenThere: gdome@gnome.org X-Loop: gdome@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Gnome DOM development list List-Unsubscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPart_000_0037_01C41BC7.244107E0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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() ? thank you & greetings Bernd Truckses ------=_NextPart_000_0037_01C41BC7.244107E0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Nachricht
Hi=20 all
 
For = exporting a=20 project to other plattforms I have to decide which DOM-Parser to=20 use.
It's = very important=20 for this project to get the current textual representation of a Node at = any=20 time.
 
The = function=20 gdome_di_saveDocToMemory() seems the right way to do this for a Document = - after=20 the call
the = textual=20 representation should be in the buffer char* mem...
 
So my = question is:=20 can I simply call the gdome_di_saveDocToMemory() with a GdomeNode instead of a=20 GdomeDocument
to get = the textual=20 representation of this special Node or do I have to create a new = GdomeDocument,=20 import the Node, make it to Root
and = call=20 gdome_di_saveDocToMemory() ?
 
thank = you &=20 greetings
  = Bernd=20 Truckses
------=_NextPart_000_0037_01C41BC7.244107E0-- From tpeters@uni-oldenburg.de Tue Apr 6 05:23:21 2004 Return-Path: Delivered-To: gdome@gnome.org Received: from smtpsrv3.hrz.uni-oldenburg.de (smtpsrv3.hrz.uni-oldenburg.de [134.106.87.23]) by mail.gnome.org (Postfix) with ESMTP id 088EC18D14 for ; Tue, 6 Apr 2004 05:23:18 -0400 (EDT) Received: from smtpsrv3.hrz.uni-oldenburg.de (localhost.localdomain [127.0.0.1]) by smtpsrv3.hrz.uni-oldenburg.de (8.12.8/8.12.8) with ESMTP id i369NFGg025091; Tue, 6 Apr 2004 11:23:15 +0200 Received: from loadb02.uni-oldenburg.de ([134.106.87.17]) by smtpsrv3.hrz.uni-oldenburg.de (MailMonitor for SMTP v1.2.2 ) ; Tue, 6 Apr 2004 11:23:15 +0200 (CEST) Received: from mailsrv1.hrz.uni-oldenburg.de (mailsrv1.hrz.uni-oldenburg.de [134.106.87.10]) by mailgate.uni-oldenburg.de (8.12.8/8.12.8) with ESMTP id i369NF17002893 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 6 Apr 2004 11:23:15 +0200 Received: from uni-oldenburg.de (yed.physik.uni-oldenburg.de [134.106.142.67]) by mailsrv1.hrz.uni-oldenburg.de (8.12.8/8.12.8) with ESMTP id i369NES9010081; Tue, 6 Apr 2004 11:23:15 +0200 Message-ID: <4072773D.2080502@uni-oldenburg.de> Date: Tue, 06 Apr 2004 11:24:13 +0200 From: Tobias Peters User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030821 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Bernd Truckses (Privat)" Cc: gdome@gnome.org Subject: Re: [gdome]questions about gdome_di_saveDocToMemory () References: <003601c41bb6$60b837e0$19855382@dalinac.ikp.physik.tudarmstadt.de> In-Reply-To: <003601c41bb6$60b837e0$19855382@dalinac.ikp.physik.tudarmstadt.de> X-Enigmail-Version: 0.76.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on smtpsrv3.hrz.uni-oldenburg.de Sender: gdome-admin@gnome.org Errors-To: gdome-admin@gnome.org X-BeenThere: gdome@gnome.org X-Loop: gdome@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Gnome DOM development list List-Unsubscribe: , List-Archive: 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 From james_hu_128@hotmail.com Sat Apr 10 04:35:24 2004 Return-Path: Delivered-To: gdome@gnome.org Received: from hotmail.com (bay16-f31.bay16.hotmail.com [65.54.186.81]) by mail.gnome.org (Postfix) with ESMTP id 1F1E518366 for ; Sat, 10 Apr 2004 04:35:24 -0400 (EDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 10 Apr 2004 01:35:23 -0700 Received: from 218.108.48.167 by by16fd.bay16.hotmail.msn.com with HTTP; Sat, 10 Apr 2004 08:35:22 GMT X-Originating-IP: [218.108.48.167] X-Originating-Email: [james_hu_128@hotmail.com] X-Sender: james_hu_128@hotmail.com From: "James Hu" To: gdome@gnome.org Date: Sat, 10 Apr 2004 16:35:22 +0800 Mime-Version: 1.0 Content-Type: text/plain; charset=gb2312; format=flowed Message-ID: X-OriginalArrivalTime: 10 Apr 2004 08:35:23.0197 (UTC) FILETIME=[C3EA66D0:01C41ED6] Subject: [gdome]about test-xpath Sender: gdome-admin@gnome.org Errors-To: gdome-admin@gnome.org X-BeenThere: gdome@gnome.org X-Loop: gdome@gnome.org X-Mailman-Version: 2.0.12 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Gnome DOM development list List-Unsubscribe: , List-Archive: Hi gdomer, I found that test-xpath is broken down if it use libxml2.dll in windows. I think that it becuses that libgdome uses the memory allocated in libxml2.dll. In reality it is broken down at the point libgdome free these memory. Best Regards James _________________________________________________________________ 与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/cn