comp.lang.ada
 help / color / mirror / Atom feed
From: "Robert C. Leif" <rleif@rleif.com>
To: <comp.lang.ada@ada-france.org>, <rieachus@comcast.net>
Subject: Re: Ada Component Registry proposal
Date: Thu, 23 Oct 2003 09:16:30 -0700
Date: 2003-10-23T09:16:30-07:00	[thread overview]
Message-ID: <mailman.193.1066925829.25614.comp.lang.ada@ada-france.org> (raw)

    
    Why are you using a DTD, which is the antithesis of Ada? A schema which
is the semantic equivalent (translation) of a collection of Ada types would
be far more appropriate. 
    Bob Leif
    Robert C. Leif, Ph.D.
    Email rleif@rleif.com
    ------------------------------------------------
    Robert I. Eachus Wrote:
    
    Don't worry about it.  I said that I thought that the first version of 
    the XML document was not something I would be comfortable posting, but I

    would send copies to anyone who wanted to review it.  Stephane Richard 
    was willing to do so.  Unless there are significant changes, or more 
    people who want to take a shot at the current XML state, I will probably

    post version 0.2 to comp.lang.ada tomorrow.  Another potential delay is 
    that I am probably going to write an XML to HTML converter this weekend,

    so you can look at the HTML to make comments.
    
    No intent to exclude anyone, but XML is still not all that common a 
    language, and I felt the intersection of those who knew XML well enough 
    to comment, and were also interested in the registry project would be 
    pretty small.  Hmmm.  Actually, why not?  Here is the current XML 
    DOCTYPE, and the start of the registry declaration.  If you want a 
    snapshot of the whole thing, send e-mail.  But, please, only if you are 
    willing to read it and comment.:
    
    <?xml version="1.0" encoding="UTF-8" standalone=yes ?>
    <!DOCTYPE Ada_Component_Registry [
    <!-- Version 0.2 Doctype Copyright 2003 by Robert I. Eachus, copying 
    allowed, all other rights reserved for now. -->
       <!ELEMENT Registry (Author*, Project+, Entry+) >
       <!ATTLIST Registry
           Name         CDATA  #REQUIRED
           Version      CDATA  #REQUIRED
           Website      CDATA  #IMPLIED
           Copyright    CDATA  #REQUIRED
       >
       <!ELEMENT Project (Author*, Requires*, Supports*, Description?)
       <!ATTLIST Project
           Name         CDATA  #REQUIRED
           Version      CDATA  #IMPLIED
           Website      CDATA  #IMPLIED
           Bug_Reports  CDATA  #REQUIRED
           Copyright    CDATA  #REQUIRED
       >
       <!ELEMENT Entry (Author+, Description?, Requires*, Supports*, 
    Contents?)
       <!ATTLIST Entry
           Name      CDATA  #REQUIRED
           Project   CDATA  #REQUIRED
           Version   CDATA  #IMPLIED
           Source    CDATA  #IMPLIED
           Copyright CDATA  #IMPLIED
       >
       <!ELEMENT Author>
       <!ATTLIST Author
           Name      CDATA  #REQUIRED
           Email     CDATA  #IMPLIED
           Telephone CDATA  #IMPLIED
           Company   CDATA  #IMPLIED
           Address   CDATA  #IMPLIED
       >
       <!ELEMENT Compiler >
       <!ATTLIST Compiler
                 Name    CDATA   #REQUIRED
                 Version CDATA   #IMPLIED
       >
       <!ELEMENT Contents (#PCDATA )>
       <!ELEMENT Database>
       <!ATTLIST Database
                 Name    CDATA   #REQUIRED
                 Version CDATA   #IMPLIED
       >
       <!ELEMENT Date (((Month, Day?)?, Year)|#PCDATA)>
       <!ELEMENT Description (#PCDATA )>
       <!ELEMENT Full_Name (#PCDATA )>
       <!ELEMENT Language
       <!ATTLIST Language
                 Version (Ada80 | Ada83 | Ada95 | Ada2000 | Ada0X) "Ada95"
       <!ELEMENT OS>
       <!ATTLIST OS
                 Name    CDATA   #REQUIRED
                 Version CDATA   #IMPLIED
       >
       <!ELEMENT Project_Name (#PCDATA ) >
       <!ELEMENT Requires (Project_Name|Compiler|OS|Hardware)+ >
       <!ELEMENT Supports (Language_Version|Compiler|OS|Hardware)+ >
       <!ELEMENT Root_Name (#PCDATA )>
       <!ELEMENT URL (#PCDATA ) >
       <!ELEMENT Version (#PCDATA)>
       <!ATTLIST Version Date CDATA >
       <!ELEMENT Website (#PCDATA) >
    ]>
    
       <Registry Name="Ada Component Registry"
                 Version="0.2"
                 Copyright="Copyright 2003 by Robert I. Eachus, copying 
    allowed, all other rights reserved for now."
       >
    
    -- 
                                                 Robert I. Eachus
    
    "Quality is the Buddha. Quality is scientific reality. Quality is the 
    goal of Art. It remains to work these concepts into a practical, 
    down-to-earth context, and for this there is nothing more practical or 
    down-to-earth than what I have been talking about all along...the repair

    of an old motorcycle."  -- from Zen and the Art of Motorcycle 
    Maintenance by Robert Pirsig
    
    
    
    




             reply	other threads:[~2003-10-23 16:16 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-23 16:16 Robert C. Leif [this message]
2003-10-24 11:48 ` Ada Component Registry proposal Georg Bauhaus
     [not found] <3F9879C0.9040209@myob.com>
2003-10-24  3:03 ` Alexandre E. Kopilovitch
  -- strict thread matches above, loose matches on Subject: below --
2003-10-19 17:16 Robert I. Eachus
2003-10-19 16:41 Robert I. Eachus
2003-10-19 16:44 ` Stephane Richard
2003-10-21 20:45 ` sk
2003-10-22  0:28   ` Robert I. Eachus
2003-10-22  2:26 ` sk
2003-10-22  3:38   ` Robert I. Eachus
2003-10-22 10:35     ` Stephane Richard
2003-10-22 16:58       ` Robert I. Eachus
2003-10-22 17:06         ` Stephane Richard
2003-10-22 23:14         ` Georg Bauhaus
2003-10-22 13:11     ` Marin David Condic
2003-10-22 13:51       ` sk
2003-10-22  4:26 ` sk
2003-10-22 11:14   ` Jeff C,
2003-10-22 11:34     ` Stephane Richard
2003-10-22 12:23       ` sk
2003-10-22 17:09         ` Robert I. Eachus
2003-10-22 19:13           ` sk
2003-10-23  2:17             ` Robert I. Eachus
2003-10-23  5:20               ` sk
2003-10-23 14:39                 ` Robert I. Eachus
2003-10-22 12:12     ` sk
2003-10-23  5:41 ` sk
2003-10-23 15:01   ` Robert I. Eachus
2003-10-23 19:03     ` Alexandre E. Kopilovitch
2003-10-23 23:58     ` sk
2003-10-24  1:02       ` Robert I. Eachus
2003-10-24  1:18         ` Stephane Richard
2003-10-24 13:23         ` sk
2003-10-24 13:30           ` Stephane Richard
2003-10-24 15:11             ` sk
2003-10-24 17:12               ` Robert I. Eachus
2003-10-25  0:03                 ` sk
2003-10-25 17:43                   ` Robert I. Eachus
2003-10-25 18:53                     ` Marius Amado Alves
2003-10-25 21:11                       ` Marin David Condic
2003-10-25 21:23                         ` Robert I. Eachus
2003-10-25 21:28                           ` Marin David Condic
2003-10-26  0:24                             ` Stephane Richard
2003-10-26 13:36                               ` Marin David Condic
2003-10-26 16:02                                 ` Martin Dowie
2003-10-26 16:45                                   ` sk
2003-10-26 21:54                                   ` Marin David Condic
2003-10-26 16:34                                 ` Stephane Richard
2003-10-26  2:28                     ` sk
2003-10-26 18:11                       ` Robert I. Eachus
2003-10-26 18:34                       ` chris
2003-10-24 17:31             ` tmoran
2003-10-24 17:50         ` Alexandre E. Kopilovitch
2003-10-25 17:48           ` Robert I. Eachus
     [not found]     ` <mSBO2c_KxF@vib.usr.pu.ru>
2003-10-24  1:00       ` sk
2003-10-24 13:39     ` sk
2003-10-24 17:18       ` Robert I. Eachus
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox