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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,9983e856ed268154 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.74.6 with SMTP id p6mr1783344pav.5.1345990635666; Sun, 26 Aug 2012 07:17:15 -0700 (PDT) Path: t10ni76305317pbh.0!nntp.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!news.snarked.org!newsfeed.news.ucla.edu!ihnp4.UCSD.Edu!nntp.ucr.edu!solaris.cc.vt.edu!news.vt.edu!news.glorb.com!feeder.erje.net!news2.arglkargh.de!news.musoftware.de!wum.musoftware.de!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!usenet-fr.net!feeder1-2.proxad.net!proxad.net!feeder2-2.proxad.net!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail User-Agent: NewsTap/3.5.5 (iPad) From: Georg Bauhaus Newsgroups: comp.lang.ada Mime-Version: 1.0 Message-ID: <746632025367360149.847942rm-host.bauhaus-maps.arcor.de@news.arcor.de> Subject: Re: Should Inline be private in the private part of a package spec? References: <50353a25$0$6581$9b4e6d93@newsspool3.arcor-online.net> <1x29v2l5crksa$.17qggd3ghy94c$.dlg@40tude.net> Date: 22 Aug 2012 20:29:13 GMT Organization: Arcor NNTP-Posting-Date: 22 Aug 2012 22:29:13 CEST NNTP-Posting-Host: bcd07e5a.newsspool3.arcor-online.net X-Trace: DXC=kAodbDO:U0MWDmlTRbh@=IMcF=Q^Z^V3H4Fo<]lROoRA8kFejVH]6BU]5=I;nGS0fE1QAFW]J X-Complaints-To: usenet-abuse@arcor.de Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: 2012-08-22T22:29:13+02:00 List-Id: "Dmitry A. Kazakov" wrote: > On Wed, 22 Aug 2012 21:59:36 +0200, Georg Bauhaus wrote: > >> On 22.08.12 19:44, Dmitry A. Kazakov wrote: >>>> I need to write many parsers if I can't use XML. I use data not >>>>> generated by our programs. >>> In that case this is irrelevant to the issue. Other programs use formats >>> they do. If that requires parsing that is their problem. >> >> Next time I download a PDF from A Big Bank or from a corporation, >> destined to be a PDF document, I'll tell them that it is their >> problem if I need to parse it. > > Do you know a way to process PDF documents without parsing them? Then, do > it! How is my parsing their problem? If they did use XML then my life would be easier.