DESIGN AND DEVELOPMENT OF AN EFFICIENT XML PARSING ALGORITHM: A REVIEW
Vaishali M. Deshmukh, G. R. Bamnote
Abstract
Vaishali M. Deshmukh, G. R. Bamnote
Abstract
The extensible markup language XML has become the de facto standard for information representation and interchange on the Internet. As XML becomes widespread it is critical for application developers to understand the operational and performance characteristics of XML processing. The processing of XML documents has been regarded as the performance bottleneck in most systems and applications. XML parsing is a core operation performed on an XML document for it to be accessed and manipulated. XML processing occurs in four stages: parsing, access, modification, and serialization. Parsing is an expensive operation that can degrade XML processing performance. This paper is a literature review of the various issues involved in XML parsing. The aim of this paper is to review the various design issues involved in XML parsing with an emphasis on the data structures used.
A significance statement is not available in the OpenAlex record.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
The extensible markup language XML has become the de facto standard for information representation and interchange on the Internet. As XML becomes widespread it is critical for application developers to understand the operational and performance characteristics of XML processing. The processing of XML documents has been regarded as the performance bottleneck in most systems and applications. XML parsing is a core operation performed on an XML document for it to be accessed and manipulated. XML processing occurs in four stages: parsing, access, modification, and serialization. Parsing is an expensive operation that can degrade XML processing performance. This paper is a literature review of the various issues involved in XML parsing. The aim of this paper is to review the various design issues involved in XML parsing with an emphasis on the data structures used.
Key concepts: Computer science, Streaming XML, XML validation, Efficient XML Interchange, XML Signature, XML Encryption, XML Schema Editor, Simple API for XML