---
title: "Explain about the techniques for processing XML files?"  
description: "Explain about the techniques for processing XML files?"  
author: "Dependra Pathak"  
published: 2011-03-18  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/518/explain-about-the-techniques-for-processing-xml-files  
category: "xml"  
tags: ["xml"]  
reading_time: 1 minute  

---

# Explain about the techniques for processing XML files?

There are traditional techniques to process XML files and out of these some of them are.\
1) Using SAX API and a programming language\
2) Using DOM API and a programming language\
3) Using filter and transformation engine\
4) Data parsing and pull parsing are also used for convenience.

## Answers

### Answer by Dependra Pathak

There are traditional techniques to process XML files and out of these some of them are.\
1) Using SAX API and a programming language\
2) Using DOM API and a programming language\
3) Using filter and transformation engine\
4) Data parsing and pull parsing are also used for convenience.


---

Original Source: https://www.mindstick.com/interview/518/explain-about-the-techniques-for-processing-xml-files

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
