22 citations found. Retrieving documents...
D. Megginson. Simple API for XML (SAX 2.0). http://sax.sourceforge.net/, 2004.

 Home/Search   Document Not in Database   Summary   Related Articles   Check  

This paper is cited in the following contexts:
The Extensible Templating Language: An XML-based Restricted.. - Badros (2003)   (Correct)

....while the latter variant generates Hello World because the trimming occurs on the URL encoded string which already has spaces replaced by characters. Formatters are similar to transformers, but their input is a streaming virtual XML document (similar to SAX, the Simple API for XML [21]) and their output is a text stream. Numerous primitives that generate XML as their output have a formatter slot that names the formatter to use. Several built in formatters exist or XSLT stylesheets can be used. When using XSLT as a formatter, the events first construct a DOM that is then ....

Megginson Technologies. SAX 1.0: The simple API for XML. Web document, 1999. http://www.megginson.com/SAX.


Extracting Typed Values from XML Data - Connor, Lievens, Manghi, Neely.. (2001)   (Correct)

....and optimisation. Language bindings are instead defined by implementing programming interfaces to one of two possible in memory representations of the data. In the Document Object Model interface (cf. 15] the data is organised and manipulated as a labelled tree. In the Simple API for XML (cf. [23]) the data is a string of characters organised and processed along parsing events. Beside performance related di#erences, both solutions impose an interpretation of the data which generalises their structural relationships (e.g. nodes of a tree) but conveys only indirectly and too concretely ....

Megginson Technologies Ltd. SAX 2.0: The Simple API for XML, 2000. http://megginson.com/SAX/.


ApproXQL: Design and Implementation of an Approximate Pattern.. - Schlieder (2001)   (2 citations)  (Correct)

....the logs and by varying the cache size, the kernel can be adapted such that the ratio of cache misses is minimal given a fixed memory size. On top of the kernel module reside the loader and the indexer. The loader uses the Xerces XML parser [XER00] to import XML files. It implements the SAX [Meg98] interface to the parser. The SAX interface provides callback methods that are triggered by the parser if a certain XML content type has been read. Whenever an opening tag of an element has been parsed, the posting belonging to the label is identified and the pair consisting of the element s ....

D. Megginson. SAX 1.0: The simple API for XML, May 1998. http://www.megginson.com/SAX/index.html.


Distributed Management of Component Framework Specifications - Suzuki, Yamamoto   (Correct)

....system. 3.1 Architecture and System Organization Figure 1 shows the SoftDock architecture, which describes the relationships between different APIs to access component model specifications encoded in UXF. UXF descriptions are manipulated through either DOM or SAX (Simple API for XML) interface (SAX, 1998). SAX is a de facto standard parser interface, the interface between a XML parser and its applications, which has been developed in the XML community. SAX is an event based parser interface, while DOM is tree based (Chang, 1998) DOM compliant parsers often use SAX based parsers internally. Any ....

D. Megginson. SAX 1.0: The Simple API for XML. available at www.megginson.com/SAX/.


Flexible and Scalable Digital Library Search - Windhouwer, Schmidt, van Zwol, .. (2001)   (Correct)

....a database from scratch, i.e. bulk load, and incremental insertion of new data into an already existing database. However, we use the same technique for both cases. Let us consider an example first. There are two standard ways of accessing XML documents: 1) a low level event based, called SAX [Meg01] which scans an XML document for tokens like start tag, end tag, character data etc. user supplied functions are called on encountering for each type of token. The advantage of the SAX parsers is they only require minimal resources to work efficiently. 2) There is also a high level DOM ....

D. Megginson. SAX 2.0: The Simple API for XML. http://www.megginson.com/SAX/, 2001.


The Eludicator for Java - Staun-Pedersen, al. (1999)   (Correct)

....It works by building up a tree of element nodes that an application can traverse. This gives the application maximum flexibility as it can manipulate the tree as it pleases. The disadvantage is that it requires the whole document to be read and stored in memory as a tree. Simple API for XML(SAX) [Megginson, 1998] is an event based API that generates events each time an element in the XML file starts or ends. This require the application to keep track of how the element is structured, but it also give a much smaller memory footprint than the DOM API as it does not build up a complete DOM tree. A goal is ....

Megginson, D. (1998). Simple api for xml (sax). http://www. megginson.com/SAX/index.html.


A Software Component Verification Tool - Bundell, Lee, Morris, Parker (2000)   (2 citations)  (Correct)

....the form of scripts that are specific to a single tool. Developers using CBSE approaches need to be able to verify the reliability of a component in a target environment, so a standard interchange format for test specifications is needed. XML provides that our tool can use any third party SAX[15] parser to parse the test specification; users can use generally available XML editors and processors to read, interpret and modify the test data sets. In this example, the component being tested is a red black tree[7] It has a constructor which accepts a list of items which are to be stored in ....

D. Megginson. SAX 2.0: The Simple API for XML. http: //www.megginson.com/SAX/, 2000.


ApproXQL: Design and Implementation of an Approximate Pattern.. - Schlieder (2001)   (2 citations)  (Correct)

....the logs and by varying the cache size, the kernel can be adapted such that the ratio of cache misses is minimal given a xed memory size. On top of the kernel module reside the loader and the indexer. The loader uses the Xerces XML parser [XER00] to import XML les. It implements the SAX [Meg98] interface to the parser. The SAX interface provides callback methods that are triggered by the parser if a certain XML content type has been read. Whenever an opening tag of an element has been parsed, the posting belonging to the label is identi ed and the pair consisting of the element s ....

D. Megginson. SAX 1.0: The simple API for XML, May 1998. http://www.megginson.com/SAX/index.html.


Taxonomy of XML Schema Languages using Formal Language Theory - Murata, Lee, Mani (2000)   (37 citations)  (Correct)

....to the tree in memory via some API such as DOM [WHA 00] and can traverse the tree any number of times. In the event model, the XML parser does not create a tree in memory, but merely raise events for start tags or end tags. Application programs are notified of such events via some API such as SAX [Meg00]. In other words, application programs visit and leave elements in the document in the depth first manner. Once an application program visits an element in the document, it cannot visit the element again. While both models work fine for small documents, the tree model has performance problems for ....

D. Megginson. SAX 2.0: The Simple API for XML", May. 2000. http://www.megginson.com/SAX/index.html.


Taxonomy of XML Schema Languages using Formal Language Theory - Murata, Lee, Mani (2001)   (37 citations)  (Correct)

....the types (or non terminals) associated with each element in the document. We are interested in algorithms for such document validation and type assignment operations, and the time complexity of such algorithms. Furthermore, we would like to know if such algorithms can be implemented on top of SAX [Meg00] or rather require DOM [WHA 00] Such issues are closely related with the efficient implementation of XML schema language proposals, and are directly addressed by our mathematical framework. Our contributions are, in short, as follows: 1. we define four subclasses of regular tree grammars and ....

....to the tree in memory via some API such as DOM [WHA 00] and can traverse the tree any number of times. In the event model, the XML parser does not create a tree in memory, but merely raise events for start tags or end tags. Application programs are notified of such events via some API such as SAX [Meg00]. In other words, application programs visit and leave elements in the document in the depth first manner. Once an application program visits an element in the document, it cannot visit the element again. Both models work fine for small documents. When documents are significantly large, the tree ....

D. Megginson. SAX 2.0: The Simple API for XML", May. 2000. http://www.megginson.com/SAX/index.html.


BOX: Browsing objects in XML - Nentwich, Emmerich, Finkelstein.. (2000)   (4 citations)  (Correct)

....to allow arbitrary, user defined content. This geometric information is also taken from the internal model of Rational Rose. In the next step, BOX is invoked with the name of the XML input file as a parameter. BOX uses a standard XML parser [11] which conforms to the Simple API for XML (SAX) [12] to construct a DOM tree like representation of the XML document in memory. Copyright 2000 John Wiley Sons, Ltd. Softw. Pract. Exper. 2000; 30:1661 1676 BOX: BROWSING OBJECTS IN XML 1667 The DOM structure now contains all elements found in the XML file and can be traversed in order to select ....

Megginson D. Simple API for XML, May 1998.


Requirements for and Evaluation of RMI Protocols.. - Govindaraju.. (2000)   (10 citations)  (Correct)

....throughputs between E10Ks for linked list plug in di#erent encoding styles: Soapv 1.1 Encoding, literal XML and XMI (XML Metadata interchange [21] The nanoSOAP implementation is a fast, simple implementation of serialization and deserialization of Jav a into SOAPv 1. 0 encodings and it uses SAX [16] for deserialization. Figure 6 shows that the size of a serialized data types in SOAP is approximately ten times larger than in Sun nativ e serialization. This increase in size is from the translation of binary data into text. For example, in Jav a, each double takes 8 bytes. The string ....

D. Megginson et al. Sax 2.0: The simple api for xml,v isited 07-01-00. www.megginson.com/SAX/.


Building a XML-based Corporate Memory - Rabarijaona, Dieng, Corby (1999)   (2 citations)  (Correct)

....parsers are offered on the Web. We chose the parser XML for JAVA of IBM [15] which is currently one of the most developed ones. This parser includes the API DOM (Document Object Model) of W3C which describes the interface of XML basic objects [1] and also SAX (Simple API for XML) interface [19]. The validation of a document allows the company to make sure that this document can constitute later on an answer. For OSIRIX filtering engine such a validation facilitates the work of data extraction. 5.2.3 Ontological filtering engine The objective of the ontological filtering engine is to ....

....taking into account its value. basic request of specific type: The test consists of checking whether the keyword corresponding to the request and its value indicated in the request are present semantically in the document or not. Tools used. We used the SAX interface published on the Web [19]. SAX is an event based application programming interface. Indeed, SAX sends back events to the application, each time that it meets an element, an attribute, a document, etc. The type of event depends on the type of the data encountered. As SAX requires to work with a parser, we chose the parser ....

Megginson Technologies Ltd. SAX 1.0 The Simple API for XML. http://www.megginson. com/SAX/


Storage and Retrieval of XML Documents using.. - Shimura, Yoshikawa.. (1999)   (27 citations)  (Correct)

....database. PostgreSQL supports B tree and R tree index structures, as well as user defined types and functions. As an XML processor, we have used XML Parser for Java[IBM98] which is freely available. XML Parser for Java is a validating XML processor, and it supports SAX(The Simple API for XML) Meg98] The module to obtain regions of nodes and path expressions is implemented using SAX, which is an interface for event based XML parsing. Also, the module to rewrite XQL into SQL is coded in C language. 4.1 The Result of Experiments We ran some experiments using actual XML documents to see ....

Megginson Technologies Ltd. SAX 1.0: The Simple API for XML. http://www.megginson.com/SAX/, May 1998.


BOX: Browsing objects in XML - Nentwich, Emmerich, Finkelstein.. (2000)   (4 citations)  (Correct)

....to allow arbitrary, user defined content. This geometric information is also taken from the internal model of Rational Rose. In the next step, BOX is invoked with the name of the XML input file as a parameter. BOX uses a standard XML parser [11] which conforms to the Simple API for XML (SAX) [14] to construct a DOM tree like representation of the XML document in memory. The DOM structure now contains all elements found in the XML file and can be traversed in order to select relevant elements. The information stored in the tree allows an Internal Model to be built that is suitable for the ....

D. Megginson. Simple API for XML, May 1998.


WIRE: an Open Source Web Information Retrieval Environment - Carlos Castillo Carlos (2005)   (Correct)

No context found.

D. Megginson. Simple API for XML (SAX 2.0). http://sax.sourceforge.net/, 2004.


WIRE: an Open Source Web Information Retrieval Environment - Castillo, Baeza-Yates (2005)   (Correct)

No context found.

D. Megginson. Simple API for XML (SAX 2.0). http://sax.sourceforge.net/, 2004.


Requirements and Design for XML Messaging in the Mobile .. - Kangasharju, Lindholm, .. (2005)   (Correct)

No context found.

D. Megginson. Simple API for XML. The SAX Website, 2005. http://sax.sourceforge.net/.


XML-Based Dynamic Content Generation and Conversion for the.. - Zdun (2002)   (Correct)

No context found.

D. Megginson. SAX 2.0: The simple API for XML. http://www.megginson.com/SAX/index.html, 1999.


Content Conversion and Generation on the Web: A Pattern Language - Vogel, Zdun (2002)   (Correct)

No context found.

D. Megginson. SAX 2.0: The simple API for XML. http://www.megginson.com/ SAX/index.html, 1999.


Pattern-Based Design and Implementation of an XML and RDF.. - Neumann, Zdun (2001)   (Correct)

No context found.

D. Megginson. SAX 2.0: The simple API for XML. http://www.megginson.com/SAX/ index.html, 1999.


Unknown - Crawler Implementation We   (Correct)

No context found.

David Megginson. Simple API for XML (SAX 2.0). http://sax.sourceforge.net/, 2004.

Online articles have much greater impact   More about CiteSeer.IST   Add search form to your site   Submit documents   Feedback  

CiteSeer.IST - Copyright Penn State and NEC