Skip to content

eliben/gosax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gosax

For some background information, motivation and a basic usage sample see this blog post.

Building

To install libxml2 for development, do:

$ sudo apt-get install libxml2 libxml2-dev

Or build from source. You would need it installed to use gosax.

License

gosax's code is in the public domain (see LICENSE for details). It uses libxml, which has its own (MIT) license.

The pointer directory vendors https://github.com/mattn/go-pointer/ with some modifications. go-pointer has an MIT license, which applies to my version too.

About

gosax is a basic wrapper for stream parsing of XML (SAX) Go

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages