Skip to content

vcastellm/gokogiri

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gokogiri 
by Zhigang Chen and Hampton Catlin

A pretty straightforward and simple library for using LibXML in native Go.

This is a major rewrite from v0 in the following places:

    - Separation of XML and HTML
    - Put more burden of memory allocation/deallocation on Go
    - Fragement parsing -- no more deep-copy
    - Serialization
    - Some API adjustment

To build and install

    - make install
	
To run test

    - make test

About

A light libxml wrapper for Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 90.9%
  • C 9.1%