The file and package name changed in XML/Ada 1.0 XML/Ada 0.7.1 tree_readers.ads == XML/Ada 1.0 dom-readers.ads The package name also cahnged from: tree_readers to Dom.Readers. A bit of a nuisance, but it follows the structure of XML/Ada better. Steve (The Duck) "Thomas H�hn" wrote in message news:d4vtui$e19$1@sumatra.thomas-huehn.de... > Hi > > I try to compile a project that complains about a missing tree_readers.ads > file. > > A quick Google search gave me this in the xmlada documentation: > > "A default SAX implementation is provided in the tree_readers file, > through its Parse function." > > But I haven't been able to locate that file "tree_readers.ads". My xmlada > (from the GNAT Academic Program) hasn't installed it, I think. > > Is it in some other library, not xmlada? > > And a short followup: GtkAda 2.2 from the GAP CD doesn't compile, does it? > And GtkAda 2.4 does compile, but has an error in make install, but only in > the examples, so it doesn't matter much, right? > > Thomas