RE: DOM and SAX parsing in Ada

From: amado.alves (amado.alves_at_netcabo.pt)
Date: 01/25/05

  • Next message: u_int32_t: "Re: OpenALada"
    Date: Tue, 25 Jan 2005 00:22:34 -0000
    To: "Georg Bauhaus" <bauhaus@futureapps.de>, <comp.lang.ada@ada-france.org>
    
    

    >> ... http://softdevelcoop.org/software/xml_automaton ...
            
    > Let me be picky, it is a tokenizer of straightforward simplicity...

            Yes, strictly it's a tokenizer. I stand corrected. I called it parser because the damn thing is more than 50% of the XML parsers I write using it. Because to me a general purpose XML parser makes little sense. It just translates from one tree representation to another. And there is a zillion possible target representations. DOM, Yaml, many database languages, Booch containers, Ada 2005 containers, iterators, combinations thereof... I leave the choice to application time. And then what I need is a tokenizer. A straighforward, simple, effective, usable, robust, superfast one :-)


  • Next message: u_int32_t: "Re: OpenALada"