Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 5

MINI PROJECT

Name Sagar Rao Salanke P

Registration Numbers 231039020

Branch Embedded Systems


Develop a robust XML parser using Modern C++ techniques
Project Title & STL to efficiently parse and extract data from XML files.

Guide Dinesh Rao B

12/06/2024 MANIPAL SCHOOL OF INFORMATION SCIENCES, MAHE - MANIPAL Page 1


CONTENTS

1. Introduction
2. Objectives
3. Block Diagram
4. Implementation
5. Work Done
6. References

12/06/2024 MANIPAL SCHOOL OF INFORMATION SCIENCES, MAHE - MANIPAL Page 2


OBJECTIVES

 Design and implement XML parser with Modern C++ & STL
 Implement XPath query mechanism
 Add a graphical visualisation feature for XML data
 Make use of CMake for compiling and testing the tool.
 Add developer documentation using Doxygen
Provide a comparison study with other available open-source XML
parsers.

12/06/2024 MANIPAL SCHOOL OF INFORMATION SCIENCES, MAHE - MANIPAL Page 3


REFERENCES

[1] Code With Harry


https://youtu.be/j8nAHeVKL08?si=1on8fmKVNP7WJ0bK
[2] https://www.geeksforgeeks.org/c-plus-plus/
[3] https://en.cppreference.com/w/cpp
[4] https://cplusplus.com/

12/06/2024 MANIPAL SCHOOL OF INFORMATION SCIENCES, MAHE - MANIPAL Project 4


THANK YOU

12/06/2024 MANIPAL SCHOOL OF INFORMATION SCIENCES, MAHE - MANIPAL Page 5

You might also like