On Mon, 2005-03-28 at 08:24 -0500, Aaron Gaudio wrote: > On Mon, 2005-03-28 at 08:02 +0300, Marius Andreiana wrote: > > On Sun, 2005-03-27 at 21:39 -0500, Aaron Gaudio wrote: > > > I'm looking for an implementation of DOM for linux. I've seen libgdome, > > > but am a little confused as it doesn't appear to offer implementation of > > > the W3's DOM idl, which is what I'm looking for... > > libxml2 should be already installed on you fedora system > > > > libxml2 also does not implement any idl source. My understanding is hat > gdome is a DOM implementation written on top of libxml2, but as I stated > gdome also does not contain any idl mappings. > > Specifically, I'd like the ability for various applications to > navigate/modify a DOM structure trasnparent to network and process, > using the standard IDL (and hence, CORBA) provided by W3 for the DOM. > Are there any existing libraries that allow this in Linux? > > -- > Aaron Gaudio <prothonotar@xxxxxxxxxxxxxxxxxxxx> > You could try the Xerces implementation. I don't know if it maps via IDL though; seems to be native language implementations. http://xml.apache.org HTH Simon Bone