Re: Want to cast down to a libxml2 from a Gdom2 Document
Tobias Peters <[email protected]> Thu, 29 Aug 2002 10:45:04 +0200 (CEST)
| Newsgroups | gmane.comp.gnome.gdome |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 26 Aug 2002, Lancelle, Jeffrey wrote: > I would like cast down from a gdom2->GdomeDocument to a libxml2->xmlDocPtr > document. Why? > Is this possible. There is no public interface to do that. You have to mess around with the internals of gdome2. No garantee it will work in future versions. Figure out some suitable pointer arithmetics from the source code. I don't want to give precise advice on how to do this. If you cannot figure it out yourself, then you probably should not do this. Tobias