Skip to content
/ xmlp Public

An XML Processor written in the C++ programming language.

Notifications You must be signed in to change notification settings

saadtaame/xmlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

XML Parser

An XML Processor written in the C++ programming language following Google's C++ style guide.

Design

Designed for :

  • Simplicity
  • Efficiency
  • Scalability

Components :

  • Reader : Abstract file encoding and Buffer management
  • Buffer : Text + Encoding (ICU)
  • Scanner : Tokenizer
  • Parser : Builds DOM tree
  • Tree Visitor : Processes the DOM tree

Progress

For more info on the progress, check the wiki page.

About

An XML Processor written in the C++ programming language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published