<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-1320</id>
	<title>Nabble - GDome</title>
	<updated>2009-09-11T06:57:20Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/GDome-f1320.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GDome-f1320.html" />
	<subtitle type="html">Gnome DOM development list.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-25401448</id>
	<title>Compile issues on Solaris 8 with Sun Studio</title>
	<published>2009-09-11T06:57:20Z</published>
	<updated>2009-09-11T06:57:20Z</updated>
	<author>
		<name>Dagobert Michelsen-3</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I had some issues when compiling gdome2 on Solaris 8 Sparc and X86
&lt;br&gt;with Sun Studio 11. Essentially there were three issues:
&lt;br&gt;&lt;br&gt;1. gcc-specific options -Wall and -ansi should be removed
&lt;br&gt;2. return and a function as argument of a function despite it is
&lt;br&gt;&amp;nbsp; &amp;nbsp; not returning a value rises an error on Studio 11
&lt;br&gt;3. DESTDIR is not fully functional in gtk-doc/
&lt;br&gt;&lt;br&gt;Patches for all three issues are available from the OpenCSW repository &amp;nbsp;
&lt;br&gt;at
&lt;br&gt;&lt;br&gt;&amp;lt;&lt;a href=&quot;http://sourceforge.net/apps/trac/gar/browser/csw/mgar/pkg/gdome2/trunk/files/patch-nowall.diff&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/apps/trac/gar/browser/csw/mgar/pkg/gdome2/trunk/files/patch-nowall.diff&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://sourceforge.net/apps/trac/gar/browser/csw/mgar/pkg/gdome2/trunk/files/patch-use-install.diff&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/apps/trac/gar/browser/csw/mgar/pkg/gdome2/trunk/files/patch-use-install.diff&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://sourceforge.net/apps/trac/gar/browser/csw/mgar/pkg/gdome2/trunk/files/patch-doc-destdir.diff&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/apps/trac/gar/browser/csw/mgar/pkg/gdome2/trunk/files/patch-doc-destdir.diff&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Best regards
&lt;br&gt;&lt;br&gt;&amp;nbsp; -- Dagobert
&lt;br&gt;_______________________________________________
&lt;br&gt;gdome mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25401448&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Compile-issues-on-Solaris-8-with-Sun-Studio-tp25401448p25401448.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25058587</id>
	<title>Re: Parsing HTML documents?</title>
	<published>2009-08-20T02:11:58Z</published>
	<updated>2009-08-20T02:11:58Z</updated>
	<author>
		<name>Bradley Kite-2</name>
	</author>
	<content type="html">2009/8/17 Paolo Casarini &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25058587&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;paolo@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello Bradley,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   gdome2 works only with well formed XML documents, the only released
&lt;br&gt;&amp;gt; modules (wrt DOM specifications) are Main, Events and XPath: the HTML module
&lt;br&gt;&amp;gt; is an old, not working and not maintained implementation.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If you deal only with well formed XHTML documents, you can use gdome2,
&lt;br&gt;&amp;gt; otherwise, as Luca already said, libxml2 is the right choice for you.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Best regards,
&lt;br&gt;&amp;gt;   Paolo.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Aug 16, 2009 10:59 PM, &amp;quot;Bradley Kite&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25058587&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bradley.kite@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hello.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have been looking for a C library that provides a DOM interface to
&lt;br&gt;&amp;gt; parsed HTML documents, however I have been struggling to make it work
&lt;br&gt;&amp;gt; the way that I'd like (probably because I'm trying to use it
&lt;br&gt;&amp;gt; incorrectly, no doubt!).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Firstly, can gdome be used to parse HTML documents? I am aware that
&lt;br&gt;&amp;gt; its more geared towards XML, which, although similar, has obvious
&lt;br&gt;&amp;gt; differences!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In any case, I'm using one of the examples as a start, however I'm
&lt;br&gt;&amp;gt; getting this error while calling parse():
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; parser error : StartTag: invalid element name
&lt;br&gt;&amp;gt; &amp;lt;!doctype html&amp;gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I guess the main question I have, is am I using the right tool? Or
&lt;br&gt;&amp;gt; should I be using something more suited to HTML? If so, would any body
&lt;br&gt;&amp;gt; have any recomendations? I need to be able to modify various
&lt;br&gt;&amp;gt; components of the DOM, and it needs to be written in C (or C++, but
&lt;br&gt;&amp;gt; preferably C).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Many thanks
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Bradley Kite
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; gdome mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25058587&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;Hi Luca and Paolo
&lt;br&gt;&lt;br&gt;Many thanks for your responses. I have started using libxml2 and found
&lt;br&gt;it to be exactly what I require!
&lt;br&gt;&lt;br&gt;Kind Regards
&lt;br&gt;--
&lt;br&gt;Brad.
&lt;br&gt;_______________________________________________
&lt;br&gt;gdome mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25058587&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Parsing-HTML-documents--tp24997799p25058587.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25006705</id>
	<title>Re: Parsing HTML documents?</title>
	<published>2009-08-17T06:23:23Z</published>
	<updated>2009-08-17T06:23:23Z</updated>
	<author>
		<name>Paolo Casarini</name>
	</author>
	<content type="html">&lt;p&gt;Hello Bradley,&lt;/p&gt;
&lt;p&gt;  gdome2 works only with well formed XML documents, the only released modules (wrt DOM specifications) are Main, Events and XPath: the HTML module is an old, not working and not maintained implementation.&lt;/p&gt;
&lt;p&gt;If you deal only with well formed XHTML documents, you can use gdome2, otherwise, as Luca already said, libxml2 is the right choice for you.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br&gt;
  Paolo.&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;&lt;blockquote type=&quot;cite&quot;&gt;On Aug 16, 2009 10:59 PM, &amp;quot;Bradley Kite&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25006705&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bradley.kite@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&lt;br&gt;Hello.&lt;br&gt;
&lt;br&gt;
I have been looking for a C library that provides a DOM interface to&lt;br&gt;
parsed HTML documents, however I have been struggling to make it work&lt;br&gt;
the way that I&amp;#39;d like (probably because I&amp;#39;m trying to use it&lt;br&gt;
incorrectly, no doubt!).&lt;br&gt;
&lt;br&gt;
Firstly, can gdome be used to parse HTML documents? I am aware that&lt;br&gt;
its more geared towards XML, which, although similar, has obvious&lt;br&gt;
differences!&lt;br&gt;
&lt;br&gt;
In any case, I&amp;#39;m using one of the examples as a start, however I&amp;#39;m&lt;br&gt;
getting this error while calling parse():&lt;br&gt;
&lt;br&gt;
parser error : StartTag: invalid element name&lt;br&gt;
&amp;lt;!doctype html&amp;gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;&lt;br&gt;
&lt;br&gt;
I guess the main question I have, is am I using the right tool? Or&lt;br&gt;
should I be using something more suited to HTML? If so, would any body&lt;br&gt;
have any recomendations? I need to be able to modify various&lt;br&gt;
components of the DOM, and it needs to be written in C (or C++, but&lt;br&gt;
preferably C).&lt;br&gt;
&lt;br&gt;
Many thanks&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;--&lt;br&gt;
Bradley Kite&lt;br&gt;
_______________________________________________&lt;br&gt;
gdome mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25006705&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;
&lt;/font&gt;&lt;/blockquote&gt;&lt;/p&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;gdome mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25006705&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Parsing-HTML-documents--tp24997799p25006705.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25001235</id>
	<title>Re: Parsing HTML documents?</title>
	<published>2009-08-16T22:35:00Z</published>
	<updated>2009-08-16T22:35:00Z</updated>
	<author>
		<name>Luca Padovani</name>
	</author>
	<content type="html">Hello Bradley,
&lt;br&gt;&lt;br&gt;On Sun, Aug 16, 2009 at 10:59 PM, Bradley Kite&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25001235&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bradley.kite@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; I guess the main question I have, is am I using the right tool? Or
&lt;br&gt;&amp;gt; should I be using something more suited to HTML? If so, would any body
&lt;br&gt;&amp;gt; have any recomendations? I need to be able to modify various
&lt;br&gt;&amp;gt; components of the DOM, and it needs to be written in C (or C++, but
&lt;br&gt;&amp;gt; preferably C).
&lt;br&gt;&lt;br&gt;I don't remember what's the current status of HTML support in Gdome2.
&lt;br&gt;Anyway, I'd recommend to have a look at libxml2:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://xmlsoft.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xmlsoft.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;it is the engine that underlies Gdome2 (which is just a wrapper on top
&lt;br&gt;of it). For sure it does support HTML parsing. Its API is not exactly
&lt;br&gt;the DOM one (which is why Gdome2 exists) but it gets very close. And
&lt;br&gt;it's written in plain C.
&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;--luca
&lt;br&gt;_______________________________________________
&lt;br&gt;gdome mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25001235&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Parsing-HTML-documents--tp24997799p25001235.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24997799</id>
	<title>Parsing HTML documents?</title>
	<published>2009-08-16T13:59:38Z</published>
	<updated>2009-08-16T13:59:38Z</updated>
	<author>
		<name>Bradley Kite-2</name>
	</author>
	<content type="html">Hello.
&lt;br&gt;&lt;br&gt;I have been looking for a C library that provides a DOM interface to
&lt;br&gt;parsed HTML documents, however I have been struggling to make it work
&lt;br&gt;the way that I'd like (probably because I'm trying to use it
&lt;br&gt;incorrectly, no doubt!).
&lt;br&gt;&lt;br&gt;Firstly, can gdome be used to parse HTML documents? I am aware that
&lt;br&gt;its more geared towards XML, which, although similar, has obvious
&lt;br&gt;differences!
&lt;br&gt;&lt;br&gt;In any case, I'm using one of the examples as a start, however I'm
&lt;br&gt;getting this error while calling parse():
&lt;br&gt;&lt;br&gt;parser error : StartTag: invalid element name
&lt;br&gt;&amp;lt;!doctype html&amp;gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;
&lt;br&gt;&lt;br&gt;I guess the main question I have, is am I using the right tool? Or
&lt;br&gt;should I be using something more suited to HTML? If so, would any body
&lt;br&gt;have any recomendations? I need to be able to modify various
&lt;br&gt;components of the DOM, and it needs to be written in C (or C++, but
&lt;br&gt;preferably C).
&lt;br&gt;&lt;br&gt;Many thanks
&lt;br&gt;--
&lt;br&gt;Bradley Kite
&lt;br&gt;_______________________________________________
&lt;br&gt;gdome mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24997799&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Parsing-HTML-documents--tp24997799p24997799.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21653143</id>
	<title>Obama -- The Judas Goat</title>
	<published>2009-01-25T08:04:13Z</published>
	<updated>2009-01-25T08:04:13Z</updated>
	<author>
		<name>Benjamin Otte</name>
	</author>
	<content type="html">Obama -- The Judas Goat
&lt;br&gt;1/25/2009
&lt;br&gt;By David Duke
&lt;br&gt;&lt;br&gt;Judas Goat\ A goat that leads other goats or sheep to slaughter. Also, one who entices into danger and betrays others. The name is an allusion to Judas Iscariot, who betrayed Jesus for 30 pieces of slaughter. (From Merriam Websters Dictionary)
&lt;br&gt;&lt;br&gt;Barack Hussein Obama is a Judas Goat.
&lt;br&gt;&lt;br&gt;Extremist Jews guided Barack Hussein Obamas career from day one, even all the way back to Harvard Law School. &amp;nbsp;Radical Zionist hitman, David Axelrod previously orchestrated the Jewish-financed and organized defeat of perceived anti-Zionist Sen. Charles Percy. He is the man who ran Obamas campaign for President and who is his chief handler. Obamas campaign was overwhelmingly financed by the most powerful Zionist bankers in the world. His campaigns largest contribution source was the Zionist international banking firm of Goldman Sachs. (FEC campaign records). In both Obamas Senate and Presidential campaign he prostrated himself before AIPAC (American Israel Public Affairs Committee) promising even more money and blood for Israels terrorism than even the supine John McCain, and even more money and blood than the previous Shabbez Goy in the White House, George Bush. Before the Israeli terrorism and mass murder in Gaza, he went to Israel and said that he supported Israels p
&lt;br&gt;&amp;nbsp;lanned murderous terrorism against the men, women and children of Gaza.
&lt;br&gt;&lt;br&gt;His first act as President-elect was to appoint a rabid Zionist, Israeli dual citizen who served in the Israeli Army as his Chief of Staff, Rahm Emmanuel. As thousands of women and children in Gaza were killed or maimed, Obama remained silent. Within a few days as President Obama supported indiscriminate American missile strikes in villages of our ally Pakistan, a clear continuation of Bushs policies. &amp;nbsp;He completely supports the theft of trillions of American taxpayer dollars to the Zionist international bankers. Eighty percent of American Jews voted for Obama, and all the main leaders of the Jewish Supremacist state of Israel have proclaimed Obama as the perfect man for U.S. President.
&lt;br&gt;&lt;br&gt;What better for the Zionists to have their own servant perceived as a clean break from the Jewish extremist-controlled Bush administration? What better than for the Zionists than to have their Shabbez Goy be treated by the worlds press and even by much of the anti-Zionist community as a man of real change? What better for the Zionists than for the world to think that Obama will be a change from the Zionist-controlled policies when he willing to do anything that Israel demands? What better for the Zionist murderers to have their craven puppet be looked at by the whole world as a man of honor and integrity and fairness.
&lt;br&gt;&lt;br&gt;In the slaughterhouse, the Judas Goat is often painted with bright colors, adorned with strong, sweet scents to lure the sheep to their pens and to their death. Obama, the Judas Goat of our time, is looked upon by millions of Zionist-propagandized sheep as the man who will lead them to salvation.
&lt;br&gt;&lt;br&gt;Instead, he leads America, Palestine and the world to the bloody altar of Jewish Supremacism.
&lt;br&gt;&lt;br&gt;Any supposed anti-Zionist who praises Barack Obama is actually aiding this Judas Goat to lead us all to slaughter. Every person who truly opposes Jewish extremism must speak out and expose the Judas Goat named Barack Obama!
&lt;br&gt;&lt;br&gt; Dr. David Duke
&lt;br&gt;&lt;br&gt;Former Member of the House of Representatives
&lt;br&gt;&lt;br&gt;State of Louisiana
&lt;br&gt;&lt;br&gt;United States of America
&lt;br&gt;&lt;br&gt;It is up to you the people of the United States who can still think freely, &amp;nbsp;and up to all of the people of the world who are able to see through the deceptions of the Zionist-influenced Global media &amp;nbsp;-- to get this simple, powerful message to everyone on earth. Email this message to your friends, post it on forums and websites and put links to it on every website, facebook or other media in the world. Go and seek out media and Internet sites not controlled by Zionist power. Make youtube videos of this message, (use the short audio and find good illustrative pictures) and post it untill your fingers are worn and tired, print it and mail it to newspapers or any media outlet that has still not fallen under the propaganda of the Zionists. Let the world know the truth. Person by person, in the USA, Canada, UK, France, Germany, Italy, japan, Russia, China, Africa, Palestine, South America and across the whole world this Judas Goat must be exposed for what he is, so that when begin
&lt;br&gt;&amp;nbsp;s to do his evil for Israel, the whole world will know exactly what is going on and resist!
&lt;br&gt;&lt;br&gt;Source : &lt;a href=&quot;http://www.davidduke.com/general/obama-the-judas-goat_7317.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.davidduke.com/general/obama-the-judas-goat_7317.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------
&lt;br&gt;&lt;br&gt;Why is the President of Israel, the terrorist who just oversaw the Zionist mass murder and maiming of thousands of Palestinians so happy
&lt;br&gt;that Obama is President of the USA?
&lt;br&gt;by David Duke
&lt;br&gt;&lt;br&gt;&lt;br&gt;Read the excerpt from the Israeli News about how President Perez and Israel think that Obamas becoming U.S. President is great day
&lt;br&gt;for Israel.
&lt;br&gt;&lt;br&gt;&amp;quot;Israels President Shimon Peres ecstatic over the election of Obama&amp;quot;
&lt;br&gt;Ronen Medzini Israel News Jan. 21
&lt;br&gt;&lt;br&gt;Today is a great day not only for the United States of America, but for the entire world, President Shimon Peres wrote in a letter
&lt;br&gt;addressed to Barack Obama on the day of his inauguration as president of the United States.
&lt;br&gt;&lt;br&gt;Obama was elected by the United States, but as a matter of fact, he was chosen by the whole of humankind,
&lt;br&gt;&lt;br&gt;Why is Peres so ecstatic?
&lt;br&gt;&lt;br&gt;Why shouldnt he be, he knows that Obama is completely in the grip of the extremist Jewish Zionists in America, and he knows that the
&lt;br&gt;greater Obamas popularity and idol worship, the more Obama can do for the International Zionist Cause.
&lt;br&gt;&lt;br&gt;Any thinking and caring human being who realizes that the Zionist-controlled American foreign policy has been a disaster for the robbed
&lt;br&gt;and murdered people of Palestine, Lebanon, Iraq and a catastrophe for the 50,000 American wounded in Iraq and Afghanistan, as well
&lt;br&gt;as an economic catastrophe for the hardworking Americans who pay trillions to finance these wars for Israel -- must wake up the fact that
&lt;br&gt;supporting Obama and increasing his popularity &amp;nbsp;will only aid Zionist terrorism, war, and their murder and oppression of the Palestinians. It
&lt;br&gt;will also hasten the economic suffering of billions of people around the world as his popularity enables him to more easily aid the Zionist
&lt;br&gt;International Bankers steal the wealth of the United States, Europe and the world. &amp;nbsp;Obama is totally in the bloodstained and green ink-
&lt;br&gt;stained hands of the Zionists. The hard truth is that the more good will and support Obama has also gives more power to support the
&lt;br&gt;Zionist agenda!
&lt;br&gt;&lt;br&gt;Mark my words. The Obama Presidency will be disaster for America and for the world.
&lt;br&gt;&lt;br&gt;Obama was put into office by the Zionists. His top two cohorts for years have been the radical Jews David Axelrod and Rahm
&lt;br&gt;Emmanuel. Both have long records of radical Zionism and have been attack dogs against anyone perceived as having the slightest
&lt;br&gt;opposition to Israel. One such victim was Sen. Charles Percy, who both men worked to defeat and destroy because he dared to only be
&lt;br&gt;99 percent rather than 100 percent pro-Israel. Rahm Emmanuel, a dual citizen of Israel who went to fight for Israel, he has a long
&lt;br&gt;pedigree of Jewish extremism. His father served in the Irgun Terrorist Gang and he himself is named after an Irgun terrorist.
&lt;br&gt;&lt;br&gt;Zionist leaders in Chicago actually call Obama the first Jewish President and boast that Jews were key players in Obamas every step
&lt;br&gt;up the ladder to President.
&lt;br&gt;&lt;br&gt;from the very earliest days, extremist Jews were the largest contributors to his campaign. In the beginning of his Presidential bid, three
&lt;br&gt;Hollywood Jews that constantly make movies about Jewish suffering, but never about the Zionist terrorism and theft against the
&lt;br&gt;Palestinian people, Steven Spielberg, David Geffen, and Jeffrey Katzenberg raised 1.2 million for Obama in a single Hollywood party.
&lt;br&gt;&lt;br&gt;By the time Obamas campaign was in full swing, he had huge support from the criminal Zionist International Banking firms such as
&lt;br&gt;Goldman Sachs and Lehman brothers. Goldman Sachs was Obamas biggest single contributor, and his vast war chest came not from
&lt;br&gt;American manufacturing firms like GM or even American oil companies, (not one was in his top twenty) it was overwhelmingly dominated
&lt;br&gt;by Zionist international bankers, the same ones whose thievery and fraud are giving the world this economic depression.
&lt;br&gt;&lt;br&gt;For those looking for meaningful social and political change, do you really think it will come from this man who has already been bought
&lt;br&gt;heart, head and soul by the most powerful czars of the international financial establishment and the biggest globalists in the world?
&lt;br&gt;&lt;br&gt;I know that many are desperate for change, so desperate that you want to believe anything. But in the face of these facts cant you see
&lt;br&gt;that Obama will be even more dangerous to freedom and justice than even George Bush and his band of Neocons were. What better
&lt;br&gt;way to wipe out George Bushs hated legacy and make the world believe that America has really changed than with the election of
&lt;br&gt;Obama. But, all the real Zionist power, Zionist media power, and Zionist financial power in America is still in place, even stronger than
&lt;br&gt;ever.
&lt;br&gt;&lt;br&gt;Many Americans and others around the world who want to do good are now telling us how wonderful Obama will be as president. What
&lt;br&gt;a great change it will be from the old policies. This is because of the Zionist-Controlled media hype, promoting Obama. The fact is that
&lt;br&gt;these poor sods are ignorantly helping the radical Zionist agenda in Israel and around the world.
&lt;br&gt;&lt;br&gt;Every day that you dont help expose Obama for the Zionist servant that he actually is, his popularity will be a greater danger to peace
&lt;br&gt;and freedom.
&lt;br&gt;&lt;br&gt;If the Zionist terrorist Shimon Perez is happy about the coronation of Obama, then why in the hell should you be?
&lt;br&gt;&lt;br&gt;David Duke
&lt;br&gt;&lt;br&gt;Source : &lt;a href=&quot;http://www.davidduke.com/general/7303_7303.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.davidduke.com/general/7303_7303.html&lt;/a&gt;&lt;br&gt;-------------------------------------
&lt;br&gt;&lt;br&gt;You or someone using your email adress is currently subscribed to the Lawrence Auster
&lt;br&gt;Newletter. If you wish to unsubscribe from our mailing list, please let us know by calling to 1 212 865 1284
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Lawrence Auster,
&lt;br&gt;238 W 101 St Apt. 3B
&lt;br&gt;New York, NY &amp;nbsp;10025
&lt;br&gt;Contact: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21653143&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lawrence.auster@...&lt;/a&gt;
&lt;br&gt;-------------------------------------
&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;gdome mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21653143&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Obama----The-Judas-Goat-tp21653143p21653143.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21612039</id>
	<title>Wake Up World! Meet the New Boss, Same as the Old Boss</title>
	<published>2009-01-22T12:01:27Z</published>
	<updated>2009-01-22T12:01:27Z</updated>
	<author>
		<name>Bugzilla from teuf@gnome.org</name>
	</author>
	<content type="html">If you want to know who the real establishment is in America and around the world, the real power behind the so-called ''military-industrial complex'', the real maleficent power that has led this world to inexorable conflict, war, hatreds, destruction of real human values, morality, conscience  it is the global media establishment.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;This same media witnessed the Zionist slaughter of 1,300 people in Gaza, and the maiming of 6,000 more, half of them women and children. More than 20,000 homes and buildings were destroyed or damaged and thousands became homeless. This horrendous mass slaughter of Palestinians is compared to the loss of 3 Israeli civilians. Yet, the media never dare to call this slaughter exactly what it is: terrorism on a horrendous scale! This same American and global media has not informed the American people or the people of the world of the damning truth about Barack Obama.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;In truth, Obama is a complete creation of extremist Jewish Zionists and he has already begun to serve Israel by his top appointments.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;The Jewish-dominated media in America is promoting the Obama inauguration as akin to the Second Coming of Jesus Christ. (If you question Jewish control of the media read Who Runs the Media? and you will find documentation proving the Jewish control being far greater than you might suspect) The rest of the worlds powerful media (Which also has a powerful Jewish presence in the UK, France, Spain, Sweden, Russia, and the rest of Europe) takes its cues from the NY/Hollywood media axis, and presents Obama as kind of a superhuman agent of real change.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;In fact, it is a Huge Lie!
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Obama is completely controlled by the same forces that have controlled George Bush, so much so that The Chicago Tribune quotes leading Jews bragging that Obama is so in the hands of the Zionists that he is ''the first Jewish President.'' Obama received about 80 percent of the Jewish vote in the United States!
&lt;br&gt;&amp;nbsp;
&lt;br&gt;The Three critical things that made Obama President:
&lt;br&gt;&amp;nbsp;
&lt;br&gt;1)Jewish political influence
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Obamas chief handler is David Axelrod, a radical Jewish Zionist whose previous claim to fame was the fact that he was the Zionist political hit man against Illinois Senator Charles Percy, who was not deemed to be pro-Israel enough. (He was only 99.9 percent Israels lackey, not the required 100 percent) Obama went to Israel and made sure he pronounced himself even more radically pro-Zionist than Bush or McCain.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;2) Massive amounts of Jewish money
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Obamas campaign was kicked in high gear by Jewish Hollywood and financial moguls. In just one of the early fundraising parties in Hollywood by Spielberg, Geffen and Katzenburg it raised over a million dollars for Obama. Obama raised more money than any political candidate in American history and his biggest contributors were overwhelmingly Jewish activists, Jewish international finance and banking firms and Jewish globalists. His largest single contributor was the international Jewish Banking firm of Goldman Sachs. He received more money from the same international bankers that ripped off trillions of dollars in the recent economic scandals than even John McCain. Is a man totally under the power of the most powerful financial organizations in the entire world, really an agent of ''change?''
&lt;br&gt;&amp;nbsp;
&lt;br&gt;3) Overwhelming positive support in the Jewish-dominated media
&lt;br&gt;&amp;nbsp;
&lt;br&gt;By a large margin, Jewish-owned media officially endorsed Obama, and that is not counting tens of thousands of positive articles by Jewish; owned publications and pundits.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Obamas first act as President-elect was to appoint a Jewish extremist, dual citizen, Rahm Emmanuel, as his chief of staff. As the people of Gaza were slaughtered, Obama would not make a single statement to stop this murder and maiming of thousands of innocents!
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Israel, very carefully timed its terrorist attack on Gaza to be in the remaining days of the Bush Administration. The day before Obamas inauguration Israel announced that it would be completely out of Gaza by the time Obama took his oath of office.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Why?
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Before Obama took office, Israel could make this terrorist slaughter against Palestinians and Obama would still be perceived as having clean hands. Because Obama is completely under their control, they want him to have an image of fairness, honor and peacefulness, and as representing a new direction of American policy, as he begins to deal with the Mideast turmoil.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Since he is Israels boy in the White House, what better scenario could they have than a President perceived as practically the Second Coming, of high moral conviction, and dedicated to fairness, &amp;nbsp;but who is actually bound hand-and-foot to the Zionist agenda, just as the last presidents have been. Talk about a perfect shill. And the game is working, for even many Palestinians are filled with hope that the new President will work to end their long suffering.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;With an almost godlike positive image around the world, a Barack Obama who is in reality controlled by Israel, is a much bigger danger than was even George Bush. We know what Bush is, but too many Americans and other peoples around the world are falling for the lies about the new ''savior'' of the world: Barack Obama. He already says we are to put thousands of new troops in Afghanistan and has rattled the sabers against Iran. Obama with highest positive image (created by media) in the world is in a more dangerous position to lead us into catastrophic wars than George Bush ever was.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Jewish screenwriters in Hollywood couldnt have written a better script for the Zionist agenda than what is being played out on inauguration day, USA.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Of course, why should they write it, they did it.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;God save America, God save the Palestinians, God save peace and justice in the world!
&lt;br&gt;&amp;nbsp;
&lt;br&gt;david duke
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;Source: 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://www.davidduke.com/general/wake-up-world-meet-the-new-boss-same-as-the-old-boss_7225.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.davidduke.com/general/wake-up-world-meet-the-new-boss-same-as-the-old-boss_7225.html&lt;/a&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;---------------------------------------------------------------
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;You or someone using your email adress is currently subscribed to the Lawrence Auster
&lt;br&gt;Newletter. If you wish to unsubscribe from our mailing list, please let us know by calling to 1 212 865 1284
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Thanks,
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Lawrence Auster,
&lt;br&gt;238 W 101 St Apt. 3B
&lt;br&gt;New York, NY &amp;nbsp;10025
&lt;br&gt;Contact: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21612039&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lawrence.auster@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------
&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;gdome mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21612039&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wake-Up-World%21-Meet-the-New-Boss%2C-Same-as-the-Old-Boss-tp21612039p21612039.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21083858</id>
	<title>Re: [xml] cloneNode and xml:id bug?</title>
	<published>2008-12-18T16:40:34Z</published>
	<updated>2008-12-18T16:40:34Z</updated>
	<author>
		<name>Bugzilla from brauliobo@gmail.com</name>
	</author>
	<content type="html">The strange thing is that if I *only* change the attribute name from &amp;quot;xml:id&amp;quot; on the DTD to &amp;quot;id&amp;quot; then everything works, except gdome_doc_getElementById. The type is kept ID for both names.&lt;br&gt;So, it is related with the attribute name.&lt;br&gt;
&lt;br&gt;bráulio&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Wed, Dec 17, 2008 at 3:21 PM, Daniel Veillard &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21083858&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;veillard@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;Wj3C7c&quot;&gt;On Mon, Dec 15, 2008 at 04:06:29PM -0200, Bráulio Barros de Oliveira wrote:&lt;br&gt;
&amp;gt; Hello.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I&amp;#39;m having a problem that might be a bug of libxml (or unprobably gdome).&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; When I use gdome_el_cloneNode with an element that has an xml:id attribute&lt;br&gt;
&amp;gt; then the new cloned element get locked, in a way that xml:id can&amp;#39;t be&lt;br&gt;
&amp;gt; changed and is assigned to an empty string. Is this a normal behaviour? (PS:&lt;br&gt;
&amp;gt; this occurs before the insertion of the cloned element with insertBefore.)&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt; &amp;nbsp;I don&amp;#39;t understand what a &amp;#39;locked&amp;#39; element means, I don&amp;#39;t see why you&lt;br&gt;
 &amp;nbsp;should not be able to fix the xml:id on a copied element. seems&lt;br&gt;
 &amp;nbsp;specific to gdome.&lt;br&gt;
&lt;br&gt;
Daniel&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;
--&lt;br&gt;
Daniel Veillard &amp;nbsp; &amp;nbsp; &amp;nbsp;| libxml Gnome XML XSLT toolkit &amp;nbsp;&lt;a href=&quot;http://xmlsoft.org/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://xmlsoft.org/&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21083858&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel@...&lt;/a&gt; &amp;nbsp;| Rpmfind RPM search engine &lt;a href=&quot;http://rpmfind.net/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://rpmfind.net/&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://veillard.com/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://veillard.com/&lt;/a&gt; | virtualization library &amp;nbsp;&lt;a href=&quot;http://libvirt.org/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://libvirt.org/&lt;/a&gt;&lt;br&gt;
&lt;/font&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;gdome mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21083858&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/cloneNode-and-xml%3Aid-bug--tp21018726p21083858.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21057452</id>
	<title>Re: [xml] cloneNode and xml:id bug?</title>
	<published>2008-12-17T09:21:18Z</published>
	<updated>2008-12-17T09:21:18Z</updated>
	<author>
		<name>Daniel Veillard</name>
	</author>
	<content type="html">On Mon, Dec 15, 2008 at 04:06:29PM -0200, Bráulio Barros de Oliveira wrote:
&lt;br&gt;&amp;gt; Hello.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm having a problem that might be a bug of libxml (or unprobably gdome).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; When I use gdome_el_cloneNode with an element that has an xml:id attribute
&lt;br&gt;&amp;gt; then the new cloned element get locked, in a way that xml:id can't be
&lt;br&gt;&amp;gt; changed and is assigned to an empty string. Is this a normal behaviour? (PS:
&lt;br&gt;&amp;gt; this occurs before the insertion of the cloned element with insertBefore.)
&lt;br&gt;&lt;br&gt;&amp;nbsp; I don't understand what a 'locked' element means, I don't see why you
&lt;br&gt;&amp;nbsp; should not be able to fix the xml:id on a copied element. seems
&lt;br&gt;&amp;nbsp; specific to gdome.
&lt;br&gt;&lt;br&gt;Daniel
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Daniel Veillard &amp;nbsp; &amp;nbsp; &amp;nbsp;| libxml Gnome XML XSLT toolkit &amp;nbsp;&lt;a href=&quot;http://xmlsoft.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xmlsoft.org/&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21057452&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel@...&lt;/a&gt; &amp;nbsp;| Rpmfind RPM search engine &lt;a href=&quot;http://rpmfind.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rpmfind.net/&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://veillard.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://veillard.com/&lt;/a&gt;&amp;nbsp;| virtualization library &amp;nbsp;&lt;a href=&quot;http://libvirt.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://libvirt.org/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gdome mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21057452&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/cloneNode-and-xml%3Aid-bug--tp21018726p21057452.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21018726</id>
	<title>cloneNode and xml:id bug?</title>
	<published>2008-12-15T10:06:29Z</published>
	<updated>2008-12-15T10:06:29Z</updated>
	<author>
		<name>Bugzilla from brauliobo@gmail.com</name>
	</author>
	<content type="html">Hello.&lt;br&gt;&lt;br&gt;I&amp;#39;m having a problem that might be a bug of libxml (or unprobably gdome).&lt;br&gt;&lt;br&gt;When I use gdome_el_cloneNode with an element that has an xml:id attribute then the new cloned element get locked, in a way that xml:id can&amp;#39;t be changed and is assigned to an empty string. Is this a normal behaviour? (PS: this occurs before the insertion of the cloned element with insertBefore.)&lt;br&gt;
&lt;br&gt;Regards,&lt;br&gt;bráulio&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;gdome mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21018726&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/cloneNode-and-xml%3Aid-bug--tp21018726p21018726.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-19463502</id>
	<title>Re: gdome html support</title>
	<published>2008-09-12T13:26:32Z</published>
	<updated>2008-09-12T13:26:32Z</updated>
	<author>
		<name>Luca Padovani-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;On Sep 11, 2008, at 9:04 PM, Aaron Patterson wrote:
&lt;br&gt;&amp;gt; Does gdome have HTML support? &amp;nbsp;I see that there is a gdomehtml module,
&lt;br&gt;&amp;gt; but I can't figure out how to enable it.
&lt;br&gt;&lt;br&gt;That piece of code predates the time when I started working on &amp;nbsp;
&lt;br&gt;gdome2. I think it is unused as of now.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;--luca
&lt;br&gt;_______________________________________________
&lt;br&gt;gdome mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=19463502&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gdome-html-support-tp19442088p19463502.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-19442088</id>
	<title>gdome html support</title>
	<published>2008-09-11T12:04:05Z</published>
	<updated>2008-09-11T12:04:05Z</updated>
	<author>
		<name>Aaron Patterson-4</name>
	</author>
	<content type="html">Hello again!
&lt;br&gt;&lt;br&gt;Does gdome have HTML support? &amp;nbsp;I see that there is a gdomehtml module,
&lt;br&gt;but I can't figure out how to enable it.
&lt;br&gt;&lt;br&gt;The README nor google has helped me discover how to enable the gdomehtml module.
&lt;br&gt;&lt;br&gt;Thank you!
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Aaron Patterson
&lt;br&gt;&lt;a href=&quot;http://tenderlovemaking.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tenderlovemaking.com/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gdome mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=19442088&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gdome-html-support-tp19442088p19442088.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-19420542</id>
	<title>Re: building gdome on os x</title>
	<published>2008-09-10T11:45:00Z</published>
	<updated>2008-09-10T11:45:00Z</updated>
	<author>
		<name>Aaron Patterson-4</name>
	</author>
	<content type="html">On Wed, Sep 10, 2008 at 11:17 AM, Daniel Macks &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=19420542&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dmacks@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Wed, Sep 10, 2008 at 10:32:22AM -0700, Aaron Patterson wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi everyone!
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'm trying to build gdome on OS X, but I got an error! &amp;nbsp;I installed
&lt;br&gt;&amp;gt;&amp;gt; glib from macports, and ran autoconf to generate a new configure
&lt;br&gt;&amp;gt;&amp;gt; script. &amp;nbsp;All the dependencies were found, but I seem to be getting a
&lt;br&gt;&amp;gt;&amp;gt; linking error:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; gcc -dynamiclib -flat_namespace -undefined suppress -o
&lt;br&gt;&amp;gt;&amp;gt; .libs/libgdome.0.8.1.dylib &amp;nbsp;gdome.lo gdome-events.lo gdome-xpath.lo
&lt;br&gt;&amp;gt;&amp;gt; gdome-util.lo gdome-private-list.lo gdome-refdebug.lo gdome-treegc.lo
&lt;br&gt;&amp;gt;&amp;gt; -all_load &amp;nbsp;../libgdome/gdomecore/.libs/libgdomecore.al
&lt;br&gt;&amp;gt;&amp;gt; ../libgdome/events/.libs/libgdomeevents.al
&lt;br&gt;&amp;gt;&amp;gt; ../libgdome/xpath/.libs/libgdomexpath.al
&lt;br&gt;&amp;gt;&amp;gt; ../libgdome/gdomecore/.libs/libgdomecore.al
&lt;br&gt;&amp;gt;&amp;gt; ../libgdome/events/.libs/libgdomeevents.al
&lt;br&gt;&amp;gt;&amp;gt; ../libgdome/xpath/.libs/libgdomexpath.al -L/usr/lib -lxml2 -lz
&lt;br&gt;&amp;gt;&amp;gt; -lpthread -licucore -lm -L/opt/local/lib -lglib-2.0 -lintl -liconv -lc
&lt;br&gt;&amp;gt;&amp;gt; -install_name &amp;nbsp;/usr/local/lib/libgdome.0.dylib -compatibility_version
&lt;br&gt;&amp;gt;&amp;gt; 9 -current_version 9.1
&lt;br&gt;&amp;gt;&amp;gt; ld warning: duplicate dylib /usr/lib/libiconv.2.dylib
&lt;br&gt;&amp;gt;&amp;gt; ld: duplicate symbol _gdome_xpath_xpnsresolv_vtab in
&lt;br&gt;&amp;gt;&amp;gt; ../libgdome/xpath/.libs/libgdomexpath.al(gdome-xpath-xpeval.lo) and
&lt;br&gt;&amp;gt;&amp;gt; gdome-xpath.lo
&lt;br&gt;&amp;gt;&amp;gt; collect2: ld returned 1 exit status
&lt;br&gt;&amp;gt;&amp;gt; make[3]: *** [libgdome.la] Error 1
&lt;br&gt;&amp;gt;&amp;gt; make[2]: *** [all-recursive] Error 1
&lt;br&gt;&amp;gt;&amp;gt; make[1]: *** [all-recursive] Error 1
&lt;br&gt;&amp;gt;&amp;gt; make: *** [all-recursive-am] Error 2
&lt;br&gt;&amp;gt;&amp;gt; [][aaron@amac gdome2-0.8.1]$
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I would appreciate any help I can get! &amp;nbsp;Thank you!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Fink's gdome (0.8.1) has a patch that sounds related. Look at the last
&lt;br&gt;&amp;gt; piece of:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&lt;a href=&quot;http://fink.cvs.sourceforge.net/fink/dists/10.4/stable/main/finkinfo/gnome/libgdome0.patch?view=markup&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fink.cvs.sourceforge.net/fink/dists/10.4/stable/main/finkinfo/gnome/libgdome0.patch?view=markup&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; There is a packaging note:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;Included libtool is *very* old and buggy, so we'll just start
&lt;br&gt;&amp;gt; &amp;nbsp;over instead of trying to patch it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; So make sure you are using a recent libtool (and automake, etc) and do
&lt;br&gt;&amp;gt; 'autoreconf -fi' to force regeneration of all scripts (avoid having
&lt;br&gt;&amp;gt; mismatched remnants of the distro ones).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; See the full package for more information about what worked for me
&lt;br&gt;&amp;gt; there:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&lt;a href=&quot;http://fink.cvs.sourceforge.net/fink/dists/10.4/stable/main/finkinfo/gnome/libgdome0.info?view=markup&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fink.cvs.sourceforge.net/fink/dists/10.4/stable/main/finkinfo/gnome/libgdome0.info?view=markup&lt;/a&gt;&lt;/div&gt;&lt;br&gt;Perfect. &amp;nbsp;Applying the patch, using a recent libtool, and running
&lt;br&gt;autoreconf did the trick. &amp;nbsp;Thank you very much!
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Aaron Patterson
&lt;br&gt;&lt;a href=&quot;http://tenderlovemaking.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tenderlovemaking.com/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gdome mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=19420542&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/building-gdome-on-os-x-tp19419030p19420542.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-19420030</id>
	<title>Re: building gdome on os x</title>
	<published>2008-09-10T11:17:49Z</published>
	<updated>2008-09-10T11:17:49Z</updated>
	<author>
		<name>Daniel Macks</name>
	</author>
	<content type="html">On Wed, Sep 10, 2008 at 10:32:22AM -0700, Aaron Patterson wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi everyone!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm trying to build gdome on OS X, but I got an error! &amp;nbsp;I installed
&lt;br&gt;&amp;gt; glib from macports, and ran autoconf to generate a new configure
&lt;br&gt;&amp;gt; script. &amp;nbsp;All the dependencies were found, but I seem to be getting a
&lt;br&gt;&amp;gt; linking error:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; gcc -dynamiclib -flat_namespace -undefined suppress -o
&lt;br&gt;&amp;gt; .libs/libgdome.0.8.1.dylib &amp;nbsp;gdome.lo gdome-events.lo gdome-xpath.lo
&lt;br&gt;&amp;gt; gdome-util.lo gdome-private-list.lo gdome-refdebug.lo gdome-treegc.lo
&lt;br&gt;&amp;gt; -all_load &amp;nbsp;../libgdome/gdomecore/.libs/libgdomecore.al
&lt;br&gt;&amp;gt; ../libgdome/events/.libs/libgdomeevents.al
&lt;br&gt;&amp;gt; ../libgdome/xpath/.libs/libgdomexpath.al
&lt;br&gt;&amp;gt; ../libgdome/gdomecore/.libs/libgdomecore.al
&lt;br&gt;&amp;gt; ../libgdome/events/.libs/libgdomeevents.al
&lt;br&gt;&amp;gt; ../libgdome/xpath/.libs/libgdomexpath.al -L/usr/lib -lxml2 -lz
&lt;br&gt;&amp;gt; -lpthread -licucore -lm -L/opt/local/lib -lglib-2.0 -lintl -liconv -lc
&lt;br&gt;&amp;gt; -install_name &amp;nbsp;/usr/local/lib/libgdome.0.dylib -compatibility_version
&lt;br&gt;&amp;gt; 9 -current_version 9.1
&lt;br&gt;&amp;gt; ld warning: duplicate dylib /usr/lib/libiconv.2.dylib
&lt;br&gt;&amp;gt; ld: duplicate symbol _gdome_xpath_xpnsresolv_vtab in
&lt;br&gt;&amp;gt; ../libgdome/xpath/.libs/libgdomexpath.al(gdome-xpath-xpeval.lo) and
&lt;br&gt;&amp;gt; gdome-xpath.lo
&lt;br&gt;&amp;gt; collect2: ld returned 1 exit status
&lt;br&gt;&amp;gt; make[3]: *** [libgdome.la] Error 1
&lt;br&gt;&amp;gt; make[2]: *** [all-recursive] Error 1
&lt;br&gt;&amp;gt; make[1]: *** [all-recursive] Error 1
&lt;br&gt;&amp;gt; make: *** [all-recursive-am] Error 2
&lt;br&gt;&amp;gt; [][aaron@amac gdome2-0.8.1]$
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I would appreciate any help I can get! &amp;nbsp;Thank you!
&lt;/div&gt;&lt;br&gt;Fink's gdome (0.8.1) has a patch that sounds related. Look at the last
&lt;br&gt;piece of:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://fink.cvs.sourceforge.net/fink/dists/10.4/stable/main/finkinfo/gnome/libgdome0.patch?view=markup&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fink.cvs.sourceforge.net/fink/dists/10.4/stable/main/finkinfo/gnome/libgdome0.patch?view=markup&lt;/a&gt;&lt;br&gt;&lt;br&gt;There is a packaging note:
&lt;br&gt;&lt;br&gt;&amp;nbsp; Included libtool is *very* old and buggy, so we'll just start
&lt;br&gt;&amp;nbsp; over instead of trying to patch it.
&lt;br&gt;&lt;br&gt;So make sure you are using a recent libtool (and automake, etc) and do
&lt;br&gt;'autoreconf -fi' to force regeneration of all scripts (avoid having
&lt;br&gt;mismatched remnants of the distro ones).
&lt;br&gt;&lt;br&gt;See the full package for more information about what worked for me
&lt;br&gt;there:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://fink.cvs.sourceforge.net/fink/dists/10.4/stable/main/finkinfo/gnome/libgdome0.info?view=markup&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fink.cvs.sourceforge.net/fink/dists/10.4/stable/main/finkinfo/gnome/libgdome0.info?view=markup&lt;/a&gt;&lt;br&gt;&lt;br&gt;dan
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Daniel Macks
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=19420030&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dmacks@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://www.netspace.org/~dmacks&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netspace.org/~dmacks&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gdome mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=19420030&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/building-gdome-on-os-x-tp19419030p19420030.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-19419030</id>
	<title>building gdome on os x</title>
	<published>2008-09-10T10:32:22Z</published>
	<updated>2008-09-10T10:32:22Z</updated>
	<author>
		<name>Aaron Patterson-4</name>
	</author>
	<content type="html">Hi everyone!
&lt;br&gt;&lt;br&gt;I'm trying to build gdome on OS X, but I got an error! &amp;nbsp;I installed
&lt;br&gt;glib from macports, and ran autoconf to generate a new configure
&lt;br&gt;script. &amp;nbsp;All the dependencies were found, but I seem to be getting a
&lt;br&gt;linking error:
&lt;br&gt;&lt;br&gt;gcc -dynamiclib -flat_namespace -undefined suppress -o
&lt;br&gt;.libs/libgdome.0.8.1.dylib &amp;nbsp;gdome.lo gdome-events.lo gdome-xpath.lo
&lt;br&gt;gdome-util.lo gdome-private-list.lo gdome-refdebug.lo gdome-treegc.lo
&lt;br&gt;-all_load &amp;nbsp;../libgdome/gdomecore/.libs/libgdomecore.al
&lt;br&gt;../libgdome/events/.libs/libgdomeevents.al
&lt;br&gt;../libgdome/xpath/.libs/libgdomexpath.al
&lt;br&gt;../libgdome/gdomecore/.libs/libgdomecore.al
&lt;br&gt;../libgdome/events/.libs/libgdomeevents.al
&lt;br&gt;../libgdome/xpath/.libs/libgdomexpath.al -L/usr/lib -lxml2 -lz
&lt;br&gt;-lpthread -licucore -lm -L/opt/local/lib -lglib-2.0 -lintl -liconv -lc
&lt;br&gt;-install_name &amp;nbsp;/usr/local/lib/libgdome.0.dylib -compatibility_version
&lt;br&gt;9 -current_version 9.1
&lt;br&gt;ld warning: duplicate dylib /usr/lib/libiconv.2.dylib
&lt;br&gt;ld: duplicate symbol _gdome_xpath_xpnsresolv_vtab in
&lt;br&gt;../libgdome/xpath/.libs/libgdomexpath.al(gdome-xpath-xpeval.lo) and
&lt;br&gt;gdome-xpath.lo
&lt;br&gt;collect2: ld returned 1 exit status
&lt;br&gt;make[3]: *** [libgdome.la] Error 1
&lt;br&gt;make[2]: *** [all-recursive] Error 1
&lt;br&gt;make[1]: *** [all-recursive] Error 1
&lt;br&gt;make: *** [all-recursive-am] Error 2
&lt;br&gt;[][aaron@amac gdome2-0.8.1]$
&lt;br&gt;&lt;br&gt;I would appreciate any help I can get! &amp;nbsp;Thank you!
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Aaron Patterson
&lt;br&gt;&lt;a href=&quot;http://tenderlovemaking.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tenderlovemaking.com/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gdome mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=19419030&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/building-gdome-on-os-x-tp19419030p19419030.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18749545</id>
	<title>Re: Compiling GDOME on Mac OS X Leopard</title>
	<published>2008-07-31T00:40:55Z</published>
	<updated>2008-07-31T00:40:55Z</updated>
	<author>
		<name>JanakiRam</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Helvetica; font-size: 12px; &quot;&gt;&lt;div style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Times; font-size: 15px; &quot;&gt;&lt;div style=&quot;margin-top: 8px; margin-right: 8px; margin-bottom: 8px; margin-left: 8px; font: normal normal normal small/normal arial; &quot;&gt;
&lt;div style=&quot;padding-right: 1px; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;Hi Daniel,&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;padding-right: 1px; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;&lt;br&gt;
&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;padding-right: 1px; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;Thanks for the initial response.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;padding-right: 1px; &quot;&gt;
&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;padding-right: 1px; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;I need to compile the sources on Mac OS X Leopard explicitly for various other purposes.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div style=&quot;padding-right: 1px; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;padding-right: 1px; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;As per your suggestion i&amp;#39;ve started installation using a freshly installed Mac OS X Leopard. Here are the steps i&amp;#39;ve followed to install the dependencies.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div style=&quot;padding-right: 1px; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;padding-right: 1px; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;* Installed Fink latest version.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div style=&quot;padding-right: 1px; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;padding-right: 1px; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;* installed pkg-config using Fink.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div style=&quot;padding-right: 1px; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;padding-right: 1px; &quot;&gt;&lt;div style=&quot;padding-right: 1px; &quot;&gt;
&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;* installed glib2-dev using Fink.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;&lt;br&gt;
&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;padding-right: 1px; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;* Then untarred the gdome2-0.8.1 source ( downloaded from gdome site ) and executed ./configure command.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div style=&quot;padding-right: 1px; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;padding-right: 1px; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;Again got the same error.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div style=&quot;padding-right: 1px; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;padding-right: 1px; &quot;&gt;&lt;div style=&quot;padding-right: 1px; &quot;&gt;
&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;&lt;i&gt;checking for pkg-config... (cached) /sw/bin/pkg-config&lt;/i&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;padding-right: 1px; &quot;&gt;
&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;&lt;i&gt;checking for GLIB - version &amp;gt;= &lt;a href=&quot;http://2.2.0.&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;2.2.0.&lt;/a&gt;.. no&lt;/i&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;padding-right: 1px; &quot;&gt;
&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;&lt;i&gt;*** Could not run GLIB test program, checking why...&lt;/i&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;padding-right: 1px; &quot;&gt;
&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;&lt;i&gt;*** The test program compiled, but did not run. This usually means&lt;/i&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;padding-right: 1px; &quot;&gt;
&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;&lt;i&gt;*** that the run-time linker is not finding GLIB or finding the wrong&lt;/i&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;padding-right: 1px; &quot;&gt;
&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;&lt;i&gt;*** version of GLIB. If it is not finding GLIB, you&amp;#39;ll need to set your&lt;/i&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;padding-right: 1px; &quot;&gt;
&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;&lt;i&gt;*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point&lt;/i&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;padding-right: 1px; &quot;&gt;
&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;&lt;i&gt;*** to the installed location &amp;nbsp;Also, make sure you have run ldconfig if that&lt;/i&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;padding-right: 1px; &quot;&gt;
&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;&lt;i&gt;*** is required on your system&lt;/i&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;padding-right: 1px; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;&lt;i&gt;***&lt;/i&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div style=&quot;padding-right: 1px; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;&lt;i&gt;*** If you have an old version installed, it is best to remove it, although&lt;/i&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div style=&quot;padding-right: 1px; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;&lt;i&gt;*** you may also be able to get things to work by modifying LD_LIBRARY_PATH&lt;/i&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;Please help me to solve this error.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;Thanks in Advance.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;JanakiRam.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style=&quot;padding-right: 1px; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;padding-right: 1px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; &quot;&gt;
&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;On Tue, 29 Jul 2008 12:20:13 -04000,&amp;nbsp;Daniel Macks &amp;nbsp;wrote:&lt;/span&gt;&lt;/font&gt;&lt;/blockquote&gt;&lt;div class=&quot;gmail_quote&quot; style=&quot;padding-right: 1px; &quot;&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; &quot;&gt;
&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;&lt;br&gt;You want fink&amp;#39;s glib2-dev (&amp;quot;glib&amp;quot; is old, long-dead glib-1.x series).&lt;br&gt;OTOH, why not just use fink&amp;#39;s gdome?&lt;br&gt;
&lt;br&gt;dan&lt;br&gt;&lt;br&gt;--&lt;br&gt;Daniel Macks&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18749545&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dmacks@...&lt;/a&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;&lt;br&gt;
&lt;/span&gt;&lt;/font&gt;&lt;a href=&quot;http://www.netspace.org/~dmacks&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;http://www.netspace.org/~&lt;/span&gt;&lt;/font&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; &quot;&gt;dmacks&lt;/span&gt;&lt;/font&gt;&lt;/a&gt;&lt;/blockquote&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;gdome mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18749545&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Compiling-GDOME-on-Mac-OS-X-Leopard-tp18715686p18749545.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18715969</id>
	<title>Re: Compiling GDOME on Mac OS X Leopard</title>
	<published>2008-07-29T09:20:13Z</published>
	<updated>2008-07-29T09:20:13Z</updated>
	<author>
		<name>Daniel Macks</name>
	</author>
	<content type="html">On Tue, Jul 29, 2008 at 09:36:54PM +0530, JanakiRam wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm trying to compile GDOME on Mac OS X Leopard. Downloaded the sources from
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://gdome2.cs.unibo.it/tarball/gdome2-0.8.1.tar.gz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gdome2.cs.unibo.it/tarball/gdome2-0.8.1.tar.gz&lt;/a&gt;.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm able to compile the sources successfully on Tiger - i've used fink to
&lt;br&gt;&amp;gt; install pkginfo,libidl &amp; glib - dependencies for GDOME.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; As i'm trying to compile the same GDOME Sources on Leopard using
&lt;br&gt;&amp;gt; ./configure,make (same approach).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; In the middle of ./configure execution an error related to GLib is thrown
&lt;br&gt;&amp;gt; with the following message.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; checking for GLIB - version &amp;gt;= 2.2.0... no
&lt;br&gt;&amp;gt; *** Could not run GLIB test program, checking why...
&lt;br&gt;&amp;gt; *** The test program compiled, but did not run. This usually means
&lt;br&gt;&amp;gt; *** that the run-time linker is not finding GLIB or finding the wrong
&lt;br&gt;&amp;gt; *** version of GLIB. If it is not finding GLIB, you'll need to set your
&lt;br&gt;&amp;gt; *** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point
&lt;br&gt;&amp;gt; *** to the installed location &amp;nbsp;Also, make sure you have run ldconfig if that
&lt;br&gt;&amp;gt; *** is required on your system
&lt;br&gt;&amp;gt; ***
&lt;br&gt;&amp;gt; *** If you have an old version installed, it is best to remove it, although
&lt;br&gt;&amp;gt; *** you may also be able to get things to work by modifying LD_LIBRARY_PATH
&lt;br&gt;&amp;gt; configure: error: Could not find GLIB (see config.log for details).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; But &amp;nbsp;i've installed GLib using Fink and also confirmed the same with the
&lt;br&gt;&amp;gt; following command.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --------------------------
&lt;br&gt;&amp;gt; $ fink info glib
&lt;br&gt;&amp;gt; --------------------------
&lt;/div&gt;&lt;br&gt;You want fink's glib2-dev (&amp;quot;glib&amp;quot; is old, long-dead glib-1.x series).
&lt;br&gt;OTOH, why not just use fink's gdome?
&lt;br&gt;&lt;br&gt;dan
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Daniel Macks
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18715969&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dmacks@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://www.netspace.org/~dmacks&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.netspace.org/~dmacks&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gdome mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18715969&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Compiling-GDOME-on-Mac-OS-X-Leopard-tp18715686p18715969.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18715686</id>
	<title>Compiling GDOME on Mac OS X Leopard</title>
	<published>2008-07-29T09:06:54Z</published>
	<updated>2008-07-29T09:06:54Z</updated>
	<author>
		<name>JanakiRam</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse; font-size: 12px; &quot;&gt;Hi All,&lt;br&gt;&lt;br&gt;I&amp;#39;m&amp;nbsp;trying&amp;nbsp;to compile GDOME on Mac OS X Leopard. Downloaded the sources from&lt;a href=&quot;http://gdome2.cs.unibo.it/tarball/gdome2-0.8.1.tar.gz&quot; target=&quot;_blank&quot; style=&quot;color: rgb(0, 0, 204); &quot; rel=&quot;nofollow&quot;&gt;http://gdome2.cs.unibo.it/tarball/gdome2-0.8.1.tar.gz&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;I&amp;#39;m able to compile the sources successfully on Tiger - i&amp;#39;ve used fink to install pkginfo,libidl &amp;amp; glib - dependencies for GDOME.&lt;br&gt;&lt;br&gt;As i&amp;#39;m trying to compile the same GDOME Sources on Leopard using ./configure,make (same approach).&lt;br&gt;
&lt;br&gt;In the middle of ./configure execution an error related to GLib is thrown with the following message.&lt;br&gt;&lt;br&gt;&lt;br&gt;checking for GLIB - version &amp;gt;=&amp;nbsp;&lt;a href=&quot;http://2.2.0.&quot; target=&quot;_blank&quot; style=&quot;color: rgb(0, 0, 204); &quot; rel=&quot;nofollow&quot;&gt;2.2.0.&lt;/a&gt;.. no&lt;br&gt;
*** Could not run GLIB test program, checking why...&lt;br&gt;*** The test program compiled, but did not run. This usually means&lt;br&gt;*** that the run-time linker is not finding GLIB or finding the wrong&lt;br&gt;*** version of GLIB. If it is not finding GLIB, you&amp;#39;ll need to set your&lt;br&gt;
*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point&lt;br&gt;*** to the installed location &amp;nbsp;Also, make sure you have run ldconfig if that&lt;br&gt;*** is required on your system&lt;br&gt;***&lt;br&gt;*** If you have an old version installed, it is best to remove it, although&lt;br&gt;
*** you may also be able to get things to work by modifying LD_LIBRARY_PATH&lt;br&gt;configure: error: Could not find GLIB (see config.log for details).&lt;br&gt;&lt;br&gt;But &amp;nbsp;i&amp;#39;ve installed GLib using Fink and also confirmed the same with the following command.&lt;br&gt;
&lt;br&gt;--------------------------&lt;br&gt;$ fink info glib&lt;br&gt;--------------------------&lt;br&gt;&lt;br&gt;&lt;/span&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse; font-size: 12px; &quot;&gt;Please help me to address &amp;nbsp;the issue.&lt;br&gt;
&lt;br&gt;Thank in Advance.&lt;br&gt;&lt;/span&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse; font-size: 12px;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse; font-size: 12px;&quot;&gt;JanakiRam.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;gdome mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18715686&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Compiling-GDOME-on-Mac-OS-X-Leopard-tp18715686p18715686.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16358899</id>
	<title>Memory leak occurs when some node is appended to the entity reference node</title>
	<published>2008-03-28T04:36:17Z</published>
	<updated>2008-03-28T04:36:17Z</updated>
	<author>
		<name>Rabi_huawei</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
&lt;/style&gt;
&lt;![endif]--&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;3074&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;2&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple style='text-justify-trim:punctuation'&gt;

&lt;div class=Section1 style='layout-grid:15.6pt'&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;text-align:justify;text-justify:
inter-ideograph'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
line-height:150%;font-family:Arial'&gt;Hi&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;text-align:justify;text-justify:
inter-ideograph'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
line-height:150%;font-family:Arial'&gt;According to DOM specification (2.0) an
entity reference node can have following nodes as its child &lt;b&gt;&lt;span style='font-weight:bold'&gt;&amp;#8220;Element, ProcessingInstruction, Comment, Text,
CDATASection, EntityReference&lt;/span&gt;&lt;/b&gt;.&amp;#8221;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;text-align:justify;text-justify:
inter-ideograph'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
line-height:150%;font-family:Arial'&gt;And current Gdome implementation also
allows us to append a child to the entity reference node.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;text-align:justify;text-justify:
inter-ideograph'&gt;&lt;b&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
line-height:150%;font-family:Arial;font-weight:bold'&gt;Consider the following scenario-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;text-align:justify;text-justify:
inter-ideograph'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
line-height:150%;font-family:Arial'&gt;I am creating a document from scratch I create
an entity reference node and add a text node as its child and finally append
that entity reference node to the root element. &amp;nbsp;Now when I will save the
tree to a File it will simply shows an entity reference on the doc. Hence
appending the child has no effect. After the entire Tree is freed there is a
memory leak as the text node appended to the entity is not freed. It&amp;#8217;s
because Gdome uses the Libxml function XmlFreeDoc () to free the document tree.
Now inside xmlFreeDoc () xmlFreeNodeList () is called to free the children list
of doc. In side this function the node type is checked before freeing the child
list. If it is of entity reference node then its children are not freed which
causes the memory leak in this scenario.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:0in;text-align:justify;text-justify:inter-ideograph'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; As appending a child node to ER is of no use
can we just make ER node as read-only so that it can&amp;#8217;t be modified any
way.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt'&gt;&lt;strong&gt;&lt;b&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;
font-family:Arial;color:blue'&gt;Thanks &amp;amp; Regards&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt'&gt;&lt;strong&gt;&lt;b&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;
font-family:Arial;color:blue'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rabi&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;&lt;b&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;
font-family:Arial;color:blue;font-weight:bold'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;gdome mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16358899&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Memory-leak-occurs-when-some-node-is-appended-to-the-entity-reference-node-tp16358899p16358899.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15161718</id>
	<title>Fix for the memory leak  Xpath Module</title>
	<published>2008-01-29T07:18:24Z</published>
	<updated>2008-01-29T07:18:24Z</updated>
	<author>
		<name>Rabi_huawei</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
&lt;/style&gt;
&lt;![endif]--&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;3074&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;2&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple style='text-justify-trim:punctuation'&gt;

&lt;div class=Section1 style='layout-grid:15.6pt'&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;Hi&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;For the memory leak problem in xpath module when the node returned by
the gdome_xpath_xpresult_singleNodeValue() is a Namespace &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;Declaration node&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;Solution- In the gdome_xml_n_unref we have add one more check for the
XML_NAMESPACE_DECL node like in mkref() and then call the&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; gdome_xml_xpns_unref(). In
side the gdome_xml_xpns_unref()when the refcnt becomes 0 we have to free the
corresponding xmlNode&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; object stored in the
&amp;quot;n&amp;quot; field of the Gdome_xml_XPathNamespace object before freeing it.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;The fix is given below&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;gdome-xml-node.c&amp;nbsp;&amp;nbsp;&amp;nbsp; Wed Jan 23 16:35:34 2008&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;gdome_xml_n_unref (GdomeNode *self, GdomeException *exc)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;275a276,278&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;&amp;gt;&amp;nbsp;&amp;nbsp; case XML_NAMESPACE_DECL:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gdome_xml_xpns_unref(self,exc);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;&amp;nbsp;gdome-xml-xpns.c&amp;nbsp;&amp;nbsp;&amp;nbsp; Wed Jan 23 16:29:34 2008&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;&amp;nbsp;in the function gdome_xml_xpns_unref (GdomeNode *self,
GdomeException *exc)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;&amp;nbsp;--- 111,121 ----&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (priv-&amp;gt;refcnt &amp;gt; 0)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; priv-&amp;gt;refcnt--;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;!&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (priv-&amp;gt;refcnt == 0)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;!&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;!&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gdome_xmlFreeNode (priv-&amp;gt;n);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; g_free (self);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;!&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;&amp;nbsp; }&lt;strong&gt;&lt;b&gt;&lt;font face=Arial&gt;&lt;span style='font-family:Arial;
font-weight:normal'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt'&gt;&lt;strong&gt;&lt;b&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;
font-family:Arial;color:blue'&gt;Thanks &amp;amp; Regards&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt'&gt;&lt;strong&gt;&lt;b&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;
font-family:Arial;color:blue'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rabi&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;&lt;b&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;
font-family:Arial;color:blue;font-weight:bold'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;gdome mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15161718&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fix-for-the-memory-leak--Xpath-Module-tp15161718p15161718.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15161567</id>
	<title>Memory Leak in the Xpath Module</title>
	<published>2008-01-29T07:12:20Z</published>
	<updated>2008-01-29T07:12:20Z</updated>
	<author>
		<name>Rabi_huawei</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
&lt;/style&gt;
&lt;![endif]--&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;3074&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;2&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple style='text-justify-trim:punctuation'&gt;

&lt;div class=Section1 style='layout-grid:15.6pt'&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;Hi&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;In gdome Xpath there is a memory leak problem when the node returned by
the gdome_xpath_xpresult_singleNodeValue() is a Namespace &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;Declaration node.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;Reason- gdome_xpath_xpresult_singleNodeValue()calls the
gdome_xml_n_mkref() to obtain an reference to the node to be&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; returned. In side the
gdome_xml_n_mkref() for a namespace declaration type node
gdome_xml_xpns_mkref()is called &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; that creates &amp;nbsp;node which is of
type Gdome_xml_XPathNamespace. In side the gdome_xml_xpns_mkref() &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a node of type xmlNode is created
with the namespace as passed to the gdome_xml_xpns_mkref(). This node address
is &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; stored in the &amp;quot;n&amp;quot; field
of the Gdome_xml_XPathNamespace structure. As there is not separate API to
unref the &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Gdome_xml_XPathNamespace object
gdome_n_unref() is called that actually calls the gdome_xml_n_unref(). In that&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; function the structure of type
Gdome_xml_XPathNamespace is type casted to Gdome_xml_Node. After the reference
count&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; is decremented it is checked for 0
along with the listener list field (ll) for NULL. As the
Gdome_xml_XPathNamespace&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; don't have any listener list
field(ll) the ll field of the type casted object has some garbage value that
causes the condition &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt;layout-grid-mode:char'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; to be false and the xmlNode object
is not freed along with the Gdome_xml_XPathNamespace object. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;gdome mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15161567&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Memory-Leak-in-the-Xpath-Module-tp15161567p15161567.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14270694</id>
	<title>Replace of gdome_xml_str_mkref_own() and gdome_xml_str_mkref() by gdome_xml_mkref_xml() has incorrect behaviour</title>
	<published>2007-12-11T01:38:32Z</published>
	<updated>2007-12-11T01:38:32Z</updated>
	<author>
		<name>Rabi_huawei</name>
	</author>
	<content type="html">Hi all
&lt;br&gt;&lt;br&gt;&amp;nbsp;As a fix (Fixes for libxml strings) to avoid the misuse of g_free() by the gdome functions, the gdome_xml_str_mkref_own() and gdome_xml_str_mkref() were replaced by &amp;nbsp;gdome_xml_str_mkref_xml() to create a GdomeDOMString object for strings allocated by libxml in some xml functions like gdome_xml_el_getAttribute() gdome_xml_cd_appendData etc. But this causes segmentation faults as the gdome_xml_str_mkref_xml() do not make any copy of the string passed to it. And the gdome_xml_str_unref_xml() &amp;nbsp;frees the &amp;nbsp;memory by xmlFree(self-&amp;gt;str) that is allocated by Libxml and this causes the problem when libxml again tries to free the same memory location.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gdome mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14270694&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Replace-of-gdome_xml_str_mkref_own%28%29-and-gdome_xml_str_mkref%28%29-by-gdome_xml_mkref_xml%28%29-has-incorrect-behaviour-tp14270694p14270694.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-13852134</id>
	<title>SVN Base Path</title>
	<published>2007-11-19T23:21:56Z</published>
	<updated>2007-11-19T23:21:56Z</updated>
	<author>
		<name>Rabi_huawei</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
&lt;/style&gt;
&lt;![endif]--&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;3074&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;2&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple style='text-justify-trim:punctuation'&gt;

&lt;div class=Section1 style='layout-grid:15.6pt'&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:Arial'&gt;Hi All&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:Arial'&gt;I want to know the address
of the SVN base for GDOME where the new patches are committed.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:Arial'&gt;Any body please
mail me that path&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt'&gt;&lt;strong&gt;&lt;b&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;
font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt'&gt;&lt;b&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:Arial;
color:blue;font-weight:bold'&gt;&lt;img width=92 height=82 id=&quot;_x0000_i1026&quot; src=&quot;http://old.nabble.com/attachment/13852134/0/image003.jpg&quot;&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;strong&gt;&lt;b&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;
font-family:Arial;color:blue;font-weight:normal'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt'&gt;&lt;strong&gt;&lt;b&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;
font-family:Arial;color:blue'&gt;Thanks &amp;amp; Regards&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt'&gt;&lt;strong&gt;&lt;b&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;
font-family:Arial;color:blue'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rabi&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt'&gt;&lt;strong&gt;&lt;b&gt;&lt;font size=2 color=blue face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;
font-family:Arial;color:blue'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt'&gt;&lt;strong&gt;&lt;b&gt;&lt;font size=2 color=red face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial;color:red'&gt;Innovation Never Stops ! &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt'&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:12.0pt;line-height:150%'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:Arial'&gt;***************************************************************************************&lt;br&gt;
This e-mail and attachments contain confidential information from HUAWEI, which
is intended only for the person or entity whose address is listed above. Any
use of the information contained herein in any way (including, but not limited
to, total or partial disclosure, reproduction, or dissemination) by persons
other than the intended recipient's) is prohibited. If you receive this e-mail
in error, please notify the sender by phone or email immediately and delete it!&lt;/span&gt;&lt;/font&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:
Arial'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:0in'&gt;&lt;font size=2 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:10.5pt;line-height:150%'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;gdome mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=13852134&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SVN-Base-Path-tp13852134p13852134.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-13407135</id>
	<title>The children field of an DTD node should be NULL</title>
	<published>2007-10-25T07:45:28Z</published>
	<updated>2007-10-25T07:45:28Z</updated>
	<author>
		<name>Rabi_huawei</name>
	</author>
	<content type="html">Hi
&lt;br&gt;&lt;br&gt;I found this thing when i print all the fields of an instance of xmlDTD. I parsed a simple xml document containg an internal DTD subset. I obtain a reference to the DTD node in the DOC and print all its field then i found that the children and last field have some address. According to the DOM specification the DTD node should not have any child node hence it should be NULL. Its not a problem as it is not affecting the API. But i am not understanding why this deviation has been done.
&lt;br&gt;&lt;br&gt;Thanks &amp; Regards
&lt;br&gt;&lt;br&gt;Rabi</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/The-children-field-of-an-DTD-node-should-be-NULL-tp13407135p13407135.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-13359982</id>
	<title>Re: gdome_xml_str_isEmpty() is showing incorrect behaviour</title>
	<published>2007-10-23T03:01:53Z</published>
	<updated>2007-10-23T03:01:53Z</updated>
	<author>
		<name>Luca Padovani-2</name>
	</author>
	<content type="html">On Oct 23, 2007, at 6:26 AM, Rabi_huawei wrote:
&lt;br&gt;&amp;gt; I am testing GDOME while doing the same i came across an anamoly in &amp;nbsp;
&lt;br&gt;&amp;gt; the above
&lt;br&gt;&amp;gt; function. When i pass an GdomeDOMString object containing an empty &amp;nbsp;
&lt;br&gt;&amp;gt; string it
&lt;br&gt;&amp;gt; shows that the string is not empty and vice versa.
&lt;br&gt;&lt;br&gt;you're right, the return values of this function appear to be &amp;nbsp;
&lt;br&gt;swapped. I guess nobody has ever noticed this before because this is &amp;nbsp;
&lt;br&gt;a non standard method which is not described in the DOM specification &amp;nbsp;
&lt;br&gt;and is used nowhere (within the library).
&lt;br&gt;&lt;br&gt;I have committed the patch.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;--luca
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gdome mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=13359982&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gdome_xml_str_isEmpty%28%29-is-showing-incorrect-behaviour-tp13289300p13359982.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-13289300</id>
	<title>gdome_xml_str_isEmpty() is showing incorrect behaviour</title>
	<published>2007-10-19T00:56:52Z</published>
	<updated>2007-10-19T00:56:52Z</updated>
	<author>
		<name>Rabi_huawei</name>
	</author>
	<content type="html">I am testing GDOME while doing the same i came across an anamoly in the above function. When i pass an GdomeDOMString object containing an empty string it shows that the string is not empty and vice versa.
&lt;br&gt;&lt;br&gt;Any clarification regarding the same will be appreciated.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&amp;nbsp;Rabi</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gdome_xml_str_isEmpty%28%29-is-showing-incorrect-behaviour-tp13289300p13289300.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12594722</id>
	<title>Re: Setting Attribute Values - Using Integers</title>
	<published>2007-09-10T05:06:15Z</published>
	<updated>2007-09-10T05:06:15Z</updated>
	<author>
		<name>Luca Padovani-2</name>
	</author>
	<content type="html">&lt;br&gt;Hello Gupta,
&lt;br&gt;&lt;br&gt;On Jun 26, 2007, at 10:56 PM, Gupta, Raman wrote:
&lt;br&gt;&amp;gt; 1) &amp;nbsp; &amp;nbsp; &amp;nbsp; Somehow tell gdome to use my schema so that it will &amp;nbsp;
&lt;br&gt;&amp;gt; automatically make it an integer
&lt;br&gt;no
&lt;br&gt;&amp;gt; 2) &amp;nbsp; &amp;nbsp; &amp;nbsp; Tell gdome to set an integer value for the attribute?
&lt;br&gt;&lt;br&gt;no. Gdome is totally oblivious to the schema of the document being &amp;nbsp;
&lt;br&gt;accessed or modified, and it performs no automatic conversion of &amp;nbsp;
&lt;br&gt;data. You have to use strings and do the conversion yourself. As far &amp;nbsp;
&lt;br&gt;as I know, all (most?) DOM implementations behave like this.
&lt;br&gt;&lt;br&gt;Best,
&lt;br&gt;--luca
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gdome mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12594722&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Setting-Attribute-Values---Using-Integers-tp11313671p12594722.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-11779186</id>
	<title>Re: Query</title>
	<published>2007-07-25T03:03:31Z</published>
	<updated>2007-07-25T03:03:31Z</updated>
	<author>
		<name>Luca Padovani-3</name>
	</author>
	<content type="html">&lt;br&gt;On Jul 19, 2007, at 11:25 AM, Jaya Kumar wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;It is mentioned in the website “&lt;a href=&quot;http://gdome2.cs.unibo.it/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gdome2.cs.unibo.it/&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; make.html” that –
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Compiling gdome2 requires:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; · &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; libxml2 version 2.4.3
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; · &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; glib version 1.2.0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Can’t advanced versions of Libxml2 like 2.6.28 be used?
&lt;/div&gt;&lt;br&gt;Daniel Veillard (the main developer of libxml) has always been &amp;nbsp;
&lt;br&gt;particularly concerned with backward compatibility. My guess is that &amp;nbsp;
&lt;br&gt;advanced versions of libxml can be used without problems.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;--luca
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;gdome mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=11779186&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Query-tp11685223p11779186.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-11685223</id>
	<title>Query</title>
	<published>2007-07-19T03:25:55Z</published>
	<updated>2007-07-19T03:25:55Z</updated>
	<author>
		<name>Jaya Kumar-4</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
&lt;/style&gt;
&lt;![endif]--&gt;


&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple style='text-justify-trim:punctuation'&gt;

&lt;div class=Section1 style='layout-grid:15.6pt'&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:Arial'&gt;Hi,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:Arial'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
It is mentioned in the website &amp;#8220;&lt;a href=&quot;http://gdome2.cs.unibo.it/make.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gdome2.cs.unibo.it/make.html&lt;/a&gt;&amp;#8221;
that &amp;#8211; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:Arial'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
Compiling &lt;/span&gt;&lt;/font&gt;&lt;font size=2 color=black face=Verdana&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:Verdana;color:black'&gt;gdome2
requires: &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
margin-left:60.0pt;text-indent:-.25in;line-height:normal;mso-list:l8 level1 lfo38;
text-autospace:ideograph-numeric ideograph-other'&gt;&lt;![if !supportLists]&gt;&lt;font size=2 color=black face=Symbol&gt;&lt;span style='font-size:10.0pt;font-family:Symbol;
color:black'&gt;&lt;span style='mso-list:Ignore'&gt;&amp;middot;&lt;font size=1 face=&quot;Times New Roman&quot;&gt;&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;![endif]&gt;&lt;font size=2 color=black face=Verdana&gt;&lt;span style='font-size:10.0pt;font-family:Verdana;color:black'&gt;libxml2
version 2.4.3 &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
margin-left:60.0pt;text-indent:-.25in;line-height:normal;mso-list:l8 level1 lfo38;
text-autospace:ideograph-numeric ideograph-other'&gt;&lt;![if !supportLists]&gt;&lt;font size=2 color=black face=Symbol&gt;&lt;span style='font-size:10.0pt;font-family:Symbol;
color:black'&gt;&lt;span style='mso-list:Ignore'&gt;&amp;middot;&lt;font size=1 face=&quot;Times New Roman&quot;&gt;&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;![endif]&gt;&lt;font size=2 color=black face=Verdana&gt;&lt;span style='font-size:10.0pt;font-family:Verdana;color:black'&gt;glib
version 1.2.0 &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
margin-left:0in;line-height:normal;text-autospace:ideograph-numeric ideograph-other'&gt;&lt;font size=2 color=black face=Verdana&gt;&lt;span style='font-size:10.0pt;font-family:Verdana;
color:black'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can&amp;#8217;t advanced versions
of Libxml2 like 2.6.28 be used?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
margin-left:0in;line-height:normal;text-autospace:ideograph-numeric ideograph-other'&gt;&lt;font size=2 color=black face=Verdana&gt;&lt;span style='font-size:10.0pt;font-family:Verdana;
color:black'&gt;Thanks &amp;amp; Regds.,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
margin-left:0in;line-height:normal;text-autospace:ideograph-numeric ideograph-other'&gt;&lt;font size=2 color=black face=Verdana&gt;&lt;span style='font-size:10.0pt;font-family:Verdana;
color:black'&gt;Jaya Kumar&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:21.0pt'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;line-height:150%;font-family:Arial'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;gdome mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=11685223&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Query-tp11685223p11685223.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-11313671</id>
	<title>Setting Attribute Values - Using Integers</title>
	<published>2007-06-26T14:56:34Z</published>
	<updated>2007-06-26T14:56:34Z</updated>
	<author>
		<name>Gupta, Raman</name>
	</author>
	<content type="html">&lt;html xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;


&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Hi,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;First, I want to apologize in advance if this is the wrong
place to be asking this question.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;I am currently using the gdome library to write and parse
XML data which should follow a predefined schema. The schema specifies that
some of the attributes are to be entered as integers, but as I understand the
API, I can only set attribute values as strings. I thought that maybe
GdomeDOMString would somehow figure out what data type the attribute should be,
but I could not find how to point gdome to the schema so it would have no idea that
the attribute should be an integer and not a string.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;So my question is, can I:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:.5in;text-indent:-.25in;mso-list:l0 level1 lfo1'&gt;&lt;![if !supportLists]&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial'&gt;&lt;span style='mso-list:Ignore'&gt;1)&lt;font size=1 face=&quot;Times New Roman&quot;&gt;&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;![endif]&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial'&gt;Somehow tell
gdome to use my schema so that it will automatically make it an integer&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:.25in'&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial'&gt;Or&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal style='margin-left:.5in;text-indent:-.25in;mso-list:l0 level1 lfo1'&gt;&lt;![if !supportLists]&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial'&gt;&lt;span style='mso-list:Ignore'&gt;2)&lt;font size=1 face=&quot;Times New Roman&quot;&gt;&lt;span style='font:7.0pt &quot;Times New Roman&quot;'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;![endif]&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial'&gt;Tell gdome
to set an integer value for the attribute?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;I hope my question is clear enough, and if it is not, please
let me know and I will do my best to phrase it better. Thanks in advance for
your help!&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Raman Gupta&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;gdome mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=11313671&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Setting-Attribute-Values---Using-Integers-tp11313671p11313671.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-7412256</id>
	<title>Re: [gnome] gdome_di_createDocFromMemory Memory Leak</title>
	<published>2006-11-17T14:31:18Z</published>
	<updated>2006-11-17T14:31:18Z</updated>
	<author>
		<name>Gustavo Sverzut Barbieri-2</name>
	</author>
	<content type="html">On 11/16/06, Himalay Gopu &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=7412256&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Himalay.Gopu@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Thanks Gustavo
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We have a function which creates the singleton for every transaction and
&lt;br&gt;&amp;gt; processes the XML so this should be causing the leak -- AM I RIGHT
&lt;br&gt;&lt;br&gt;weird... how are you creatinga singleton for every transaction?
&lt;br&gt;Singletons should be... singletons, single instances.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; BTW what are the singleton classes in gdome -- GdomeDOMImplementation
&lt;br&gt;&amp;gt; Does making these classes singleton hinder the performance of the
&lt;br&gt;&amp;gt; application in threaded environment?
&lt;br&gt;&lt;br&gt;the singletons here are just the vtable stuff, used to dispatch the
&lt;br&gt;methods. It could be done &amp;nbsp;in other ways, like static or even better
&lt;br&gt;gdome guys could use c++ and let compiler does that.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Gustavo Sverzut Barbieri
&lt;br&gt;--------------------------------------
&lt;br&gt;Jabber: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=7412256&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;barbieri@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;MSN: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=7412256&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;barbieri@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; ICQ#: 17249123
&lt;br&gt;&amp;nbsp;Skype: gsbarbieri
&lt;br&gt;Mobile: +55 (81) 9927 0010
&lt;br&gt;&amp;nbsp;Phone: &amp;nbsp;+1 (347) 624 6296; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=7412256&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;08122692@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;GPG: 0xB640E1A2 @ wwwkeys.pgp.net
&lt;br&gt;_______________________________________________
&lt;br&gt;gdome mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=7412256&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--gnome--gdome_di_createDocFromMemory-Memory-Leak-tp7392337p7412256.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-7392337</id>
	<title>Re: [gnome] gdome_di_createDocFromMemory Memory Leak</title>
	<published>2006-11-16T17:39:52Z</published>
	<updated>2006-11-16T17:39:52Z</updated>
	<author>
		<name>Himalay Gopu</name>
	</author>
	<content type="html">Thanks Gustavo
&lt;br&gt;&lt;br&gt;We have a function which creates the singleton for every transaction and
&lt;br&gt;processes the XML so this should be causing the leak -- AM I RIGHT
&lt;br&gt;&lt;br&gt;BTW what are the singleton classes in gdome -- GdomeDOMImplementation
&lt;br&gt;Does making these classes singleton hinder the performance of the
&lt;br&gt;application in threaded environment?
&lt;br&gt;&lt;br&gt;I will try out recompiling the libs and test 
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;Himalay
&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Gustavo Sverzut Barbieri [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=7392337&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;barbieri@...&lt;/a&gt;] 
&lt;br&gt;Sent: Thursday, November 16, 2006 8:26 PM
&lt;br&gt;To: Himalay Gopu
&lt;br&gt;Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=7392337&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;Subject: Re: [gdome] gdome_di_createDocFromMemory Memory Leak
&lt;br&gt;&lt;br&gt;On 11/16/06, Himalay Gopu &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=7392337&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Himalay.Gopu@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; We are developing a threaded module (15 transactions per second) with
&lt;br&gt;gdome
&lt;br&gt;&amp;gt; and we need to get the xml from memory and parse the same
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; But when we try to use gdome_di_createDocFromMemory there seems to be
&lt;br&gt;a
&lt;br&gt;&amp;gt; memory leak almost 6144 bytes for every transaction
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The leak starts from here
&lt;br&gt;&lt;br&gt;Some points:
&lt;br&gt;&amp;nbsp;- gdome is not thread safe. while using it in a threaded environment,
&lt;br&gt;I've found some bugs, one of them is creating singletons. I fixed the
&lt;br&gt;one that did hurt at that point, but it was not making it thread safe,
&lt;br&gt;instead I reordered the instructions so it would leak, but not crash.
&lt;br&gt;Anyway, this shouldn't be the case, since the singleton is just
&lt;br&gt;created once, and you may get no more than just few leaks (between:
&lt;br&gt;'create singleton instance' and &amp;nbsp;'global = singleton-instance')
&lt;br&gt;&amp;nbsp;- gdome uses glib and libxml &amp;nbsp;and they do their own memory management
&lt;br&gt;and do cache. You need to compile these with options like
&lt;br&gt;--enable-gc-friendly and --disable-mem-pool, see Glib user guide and
&lt;br&gt;look at 'running glib applications', something like 'G_SLICER'
&lt;br&gt;&lt;br&gt;then you need to recheck your tests. :-)
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Gustavo Sverzut Barbieri
&lt;br&gt;--------------------------------------
&lt;br&gt;Jabber: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=7392337&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;barbieri@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;MSN: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=7392337&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;barbieri@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; ICQ#: 17249123
&lt;br&gt;&amp;nbsp;Skype: gsbarbieri
&lt;br&gt;Mobile: +55 (81) 9927 0010
&lt;br&gt;&amp;nbsp;Phone: &amp;nbsp;+1 (347) 624 6296; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=7392337&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;08122692@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;GPG: 0xB640E1A2 @ wwwkeys.pgp.net
&lt;br&gt;_______________________________________________
&lt;br&gt;gdome mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=7392337&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--gnome--gdome_di_createDocFromMemory-Memory-Leak-tp7392337p7392337.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-7392219</id>
	<title>Re: gdome_di_createDocFromMemory Memory Leak</title>
	<published>2006-11-16T17:25:31Z</published>
	<updated>2006-11-16T17:25:31Z</updated>
	<author>
		<name>Gustavo Sverzut Barbieri-2</name>
	</author>
	<content type="html">On 11/16/06, Himalay Gopu &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=7392219&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Himalay.Gopu@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; We are developing a threaded module (15 transactions per second) with gdome
&lt;br&gt;&amp;gt; and we need to get the xml from memory and parse the same
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; But when we try to use gdome_di_createDocFromMemory there seems to be a
&lt;br&gt;&amp;gt; memory leak almost 6144 bytes for every transaction
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The leak starts from here
&lt;br&gt;&lt;br&gt;Some points:
&lt;br&gt;&amp;nbsp;- gdome is not thread safe. while using it in a threaded environment,
&lt;br&gt;I've found some bugs, one of them is creating singletons. I fixed the
&lt;br&gt;one that did hurt at that point, but it was not making it thread safe,
&lt;br&gt;instead I reordered the instructions so it would leak, but not crash.
&lt;br&gt;Anyway, this shouldn't be the case, since the singleton is just
&lt;br&gt;created once, and you may get no more than just few leaks (between:
&lt;br&gt;'create singleton instance' and &amp;nbsp;'global = singleton-instance')
&lt;br&gt;&amp;nbsp;- gdome uses glib and libxml &amp;nbsp;and they do their own memory management
&lt;br&gt;and do cache. You need to compile these with options like
&lt;br&gt;--enable-gc-friendly and --disable-mem-pool, see Glib user guide and
&lt;br&gt;look at 'running glib applications', something like 'G_SLICER'
&lt;br&gt;&lt;br&gt;then you need to recheck your tests. :-)
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Gustavo Sverzut Barbieri
&lt;br&gt;--------------------------------------
&lt;br&gt;Jabber: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=7392219&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;barbieri@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;MSN: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=7392219&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;barbieri@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; ICQ#: 17249123
&lt;br&gt;&amp;nbsp;Skype: gsbarbieri
&lt;br&gt;Mobile: +55 (81) 9927 0010
&lt;br&gt;&amp;nbsp;Phone: &amp;nbsp;+1 (347) 624 6296; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=7392219&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;08122692@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;GPG: 0xB640E1A2 @ wwwkeys.pgp.net
&lt;br&gt;_______________________________________________
&lt;br&gt;gdome mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=7392219&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gdome_di_createDocFromMemory-Memory-Leak-tp7381569p7392219.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-7381569</id>
	<title>gdome_di_createDocFromMemory Memory Leak</title>
	<published>2006-11-16T08:36:37Z</published>
	<updated>2006-11-16T08:36:37Z</updated>
	<author>
		<name>Himalay Gopu</name>
	</author>
	<content type="html">&lt;html xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;


&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Hi&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;We are developing a threaded module (15 transactions per
second) with gdome and we need to get the xml from memory and parse the same&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;But when we try to use gdome_di_createDocFromMemory there
seems to be a memory leak almost 6144 bytes for every transaction&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;The leak starts from here&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;response_document = gdome_di_createDocFromMemory (domimpl,
response.body, GDOME_LOAD_VALIDATING, &amp;amp;exception);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;return ((Gdome_xml_DOMImplementation
*)self)-&amp;gt;vtab-&amp;gt;createDocFromMemory&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;(self, buffer, mode, exc); -&amp;gt;&lt;b&gt;&lt;span style='font-weight:
bold'&gt; gdome.c&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;ret = (GdomeDocument *)gdome_xml_n_mkref ((xmlNode
*)xmlParseMem&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;ory (buffer, size)); - &amp;gt; &lt;b&gt;&lt;span style='font-weight:
bold'&gt;gdome_xml-domimp.c&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;and then libxml.so&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;I am freeing up the memory used by xml doc (response_document)
using&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&lt;span style='font-size:10.0pt;
font-family:&quot;Courier New&quot;'&gt;gdome_doc_unref at the end of the each transaction&lt;/span&gt;&lt;/font&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;font-family:Arial'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Is this a BUG in memory management of gdome?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;I have compiled the code with newer versions of libxml and
gdome still the memory leak exists&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;I am kind of struck at this stage &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Any help is appreciated&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Thanks&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=1 face=Arial&gt;&lt;span style='font-size:7.5pt;
font-family:Arial'&gt;Himalay Gopu&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=1 face=Arial&gt;&lt;span style='font-size:7.5pt;
font-family:Arial'&gt;Openwave Systems&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=1 face=Arial&gt;&lt;span style='font-size:7.5pt;
font-family:Arial'&gt;Phone: 571 241 8006&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;gdome mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=7381569&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gdome_di_createDocFromMemory-Memory-Leak-tp7381569p7381569.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-6714791</id>
	<title>Re: Fix thread issues</title>
	<published>2006-10-09T04:02:32Z</published>
	<updated>2006-10-09T04:02:32Z</updated>
	<author>
		<name>Gustavo Sverzut Barbieri-2</name>
	</author>
	<content type="html">On 10/9/06, Srinivas R Thota &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=6714791&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;srinivas_thota@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; But there can be leak if preempted by the system after allocation
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; n = g_new0 (Gdome_xml_DOMImplementation, 1);
&lt;br&gt;&lt;br&gt;yes, it can leak but will still work. I just reordered stuff to avoid
&lt;br&gt;stupid bugs.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Gustavo Sverzut Barbieri
&lt;br&gt;--------------------------------------
&lt;br&gt;Jabber: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=6714791&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;barbieri@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;MSN: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=6714791&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;barbieri@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; ICQ#: 17249123
&lt;br&gt;&amp;nbsp;Skype: gsbarbieri
&lt;br&gt;Mobile: +55 (81) 9927 0010
&lt;br&gt;&amp;nbsp;Phone: &amp;nbsp;+1 (347) 624 6296; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=6714791&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;08122692@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;GPG: 0xB640E1A2 @ wwwkeys.pgp.net
&lt;br&gt;_______________________________________________
&lt;br&gt;gdome mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=6714791&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gdome@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mail.gnome.org/mailman/listinfo/gdome&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.gnome.org/mailman/listinfo/gdome&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Fix-thread-issues-tp6714714p6714791.html" />
</entry>

</feed>
