Skip to content
theliuy edited this page Jan 28, 2013 · 5 revisions

This project is a C++ library for Xml DOM. The goal of the library is to support basic features of reading and writing Xml DOM.

It supports 5 Xml types:

  • Document
  • Element
  • Declaration
  • Comment
  • Text

In current version, SmallXml doesn't support namespace, CDATA section and encoding other than UTF-8.

This Project is a summer project led by Dr. Fawcett. It may also be used in CIS/CSE681 Objected-Oriented Design course.

Author

Yang Liu

Edit History

History

Clone this wiki locally