From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,8974021777f16421 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news3.google.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Mon, 02 May 2005 20:35:20 -0500 From: "Steve" Newsgroups: comp.lang.ada References: Subject: Re: xmlada and tree_readers.ads Date: Mon, 2 May 2005 18:37:49 -0700 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Response Message-ID: <_c6dnTo0dI3FSOvfRVn-2Q@comcast.com> NNTP-Posting-Host: 24.22.63.157 X-Trace: sv3-luljy48JqO+IIu2oA1jq67npGsIZbxQzgzExxlmyrtv3OGZB+KlgP1O0AqAZocLosV0F/icpsxvuxh3!qrV7tVbWZUK0Cn0kNxv+xjMAmpc6/dRLEYzVLAbdzZAe/xRifu1mScrzpQ/L X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news1.google.com comp.lang.ada:10892 Date: 2005-05-02T18:37:49-07:00 List-Id: 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