Skip to content

vrotaru/kissxml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Keep It Simple XML

Mostly a wrapper around the StAX XML APIs bundled with JDK since 1.6 version.

The use case for this project is a web-service which consumes and produces data wrapped in XML. It is not for everyone and will not work if XML tags/attributes contains some of the special symbols ('/', '@', ',') used in *Reader.

Yes, I know about xstream, jdom, and many other options, but often enough I do not need the whole object but just the values of a few fields.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages