OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: TLAs (was: SOX)

[ Lists Home | Date Index | Thread Index ]
  • From: "Bill la Forge" <b.laforge@jxml.com>
  • To: "Tyler Baker" <tyler@infinet.com>, "Graham Moore" <graham.moore@dpsl.co.uk>
  • Date: Tue, 6 Oct 1998 15:46:53 -0400

SOX without the S is OX. And that should make a fine feast!

Ignoring all the technical detalis of particularizing the elements
in a DOM tree, it seems that we can simply say that a given set of bindings
(however specified) transform an XML document into a DOM tree.

It follows then that Bindings could be an interface with one method:

        public interface Bindings
        {
                        public org.w3c.dom.Document
                convert(org.xml.sax.InputSource inputSource)
                        throws SAXException;
        }

Now, how one configures a Bindings object is an implementation issue.
And for a given implementation, it may not even be configurable. This allows
us to have Bindings which use Swing tree nodes, or Docuverse dom elements,
or Coins. A nice interface for everything.

(The SAX exception would typically be a SAXParseException.)

Bill



xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS