---
title: "What are the standard ways of parsing XML document?"  
description: "What are the standard ways of parsing XML document?"  
author: "Vijay Shukla"  
published: 2013-04-02  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/1700/what-are-the-standard-ways-of-parsing-xml-document  
category: "xml"  
tags: ["xml"]  
reading_time: 1 minute  

---

# What are the standard ways of parsing XML document?

DOM and SAX parsers are the standard ways for parsing XML document.

## Answers

### Answer by Vijay Shukla

DOM and SAX parsers are the standard ways for parsing XML document.


---

Original Source: https://www.mindstick.com/interview/1700/what-are-the-standard-ways-of-parsing-xml-document

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
