Title: The Empirical study of different XML parsers across various applications
_____________________________________________________________________________
Title: |
The Empirical study of different XML parsers across various applications |
Author Name: |
Ms.Prachi V. Kale |
Abstract: |
As XML has become a standard for data representation and
exchange, XML data processing becomes more and more
important for server workloads like web servers and
database servers.Every application that processes
information from XML documents needs an XML Parser
which reads an XML document and provides interface for
user to access its content and structure.
Parsing is a core operation performed before an XML
document can be navigated, queried or manipulated. We
focus on four representative XML parsing models—DOM,
SAXPull, SAXPush, XOM using real time system , seing
its performance on cloud and with android mobile platform
In this paper we are representing the process where multibanking
transaction table as xml file and this xml file is
parsed by XML parser like SAX, DOM and XOM. In it we
are analyzing which parser is more efficient with respect to
time and memory space. This analysis is shown by the
graph, also we are analysing the performance through the
android mobile platform and with the cloud. The handful of
studies has been done for comparing the XML parser
performance acorss various applications using different
platform.Previously we have done the comparision of
various parsers through .net as a platform |
Back |