Re: [unrev-II] X-Path and more

From: Eric Armstrong (eric.armstrong@eng.sun.com)
Date: Thu Oct 26 2000 - 13:44:34 PDT

  • Next message: John J. Deneen: "Re: [unrev-II] Jack's Use Case: Context-sensitive representation"

    Jack Park wrote:
    >
    > an XML document. werken.xpath is built upon JDOM (www.jdom.org)
    >
    Well, its got my interest. Having developed a class that ecapsulates
    an XML file, I can tell you that JDom got it right. Programming a
    DOM is just butt-ugly -- its the lack of content/structure distinction,
    times 10.

    JDom creates an abstraction called "element". You can then get the
    text of the element, or get its attributes, or whatever. In a DOM,
    on the other hand, everything is mixed together. You can never go
    looking for one thing without being prepared to encounter and
    ignore every other possibility.

    So if werken.xpath is built on JDom, that tells me that
      a. They were intelligent enough to pick the right basis
      b. They were probably able to focus on the higher-order
         issues, as a result, instead of spending their time
         working out low-level bugs that were aided and abetted
         by the DOM architecture.

    -------------------------- eGroups Sponsor -------------------------~-~>
    eLerts
    It's Easy. It's Fun. Best of All, it's Free!
    http://click.egroups.com/1/9699/5/_/444287/_/972596443/
    ---------------------------------------------------------------------_->

    Community email addresses:
      Post message: unrev-II@onelist.com
      Subscribe: unrev-II-subscribe@onelist.com
      Unsubscribe: unrev-II-unsubscribe@onelist.com
      List owner: unrev-II-owner@onelist.com

    Shortcut URL to this page:
      http://www.onelist.com/community/unrev-II



    This archive was generated by hypermail 2b29 : Thu Oct 26 2000 - 14:52:16 PDT