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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,deac256a05c84a59 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local1.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Thu, 27 Jan 2005 20:54:45 -0600 From: "Steve" Newsgroups: comp.lang.ada References: <41900010.D28DD400@boeing.com> <9CWjd.17305$5K2.1356@attbi_s03> <1106223415.857525.176640@c13g2000cwb.googlegroups.com> <41F4DB6F.4090909@mailinator.com> <35nh12F4oe4caU1@individual.net> <35t2u6F4qc335U1@individual.net> Subject: Re: DOM and SAX parsing in Ada Date: Thu, 27 Jan 2005 18:56:15 -0800 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Message-ID: NNTP-Posting-Host: 24.22.63.157 X-Trace: sv3-Sjz353nARnNZkKjXEBqNH7UcMp8c9zKaxdZ7R9JK5RDu+69ApPtAe0uiT9ScvSO1O0CzGV8jhX0qeJ0!6/jVJtLBz2OkuKT87GYJLrUsII8Envp7uY4QY8WpvYCuYiZAAcJ8hlBNRcCr 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.22 Xref: g2news1.google.com comp.lang.ada:8034 Date: 2005-01-27T18:56:15-08:00 List-Id: Actually XML/Ada does support validation, I'm using it. Set_Feature( tree_reader, Validation_Feature, TRUE); I don't know whether or not the implementation is buggy, but I do know that it has worked in the cases I have tested. Steve (The Duck) "Nick Roberts" wrote in message news:gemini.iazxmw00jrr0d008g.nick.roberts@acm.org... [snip] > > Regarding objective (1), I need a package that can read a DTD (a very big > and hairy one, in fact) and expand the general entities declared in it. > Validation would also be nice. XML/Ada version 1.0 doesn't support all the > functionality I need (nor validation) -- and it has no maintenance > documentation. > > -- > Nick Roberts