Skip to content

A project to parse XML documents using Java XPath Parser

Notifications You must be signed in to change notification settings

tiwariswapnil/xml_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

XML Parser

XML is a simple text-based language which was designed to store and transport data in plain text format. It stands for Extensible Markup Language. Following are some of the salient features of XML.

  1. XML is a markup language.
  2. XML is a tag based language like HTML.
  3. XML tags are not predefined like HTML.
  4. You can define your own tags which is why it is called extensible language.
  5. XML tags are designed to be self-descriptive.
  6. XML is W3C Recommendation for data storage and data transfer.

Dom Parser − Parses an XML document by loading the complete contents of the document and creating its complete hierarchical tree in memory.

About

A project to parse XML documents using Java XPath Parser

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages