Skip to content
/ xml Public
forked from treetopllc/xml

XML, XSLT, and XML Cryptographic C library Wrapper

Notifications You must be signed in to change notification settings

Bionic714/xml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XML Library for Go

Build Status

XML is a simple wrapper for libxml, libxslt, and xmlsec for Go

Reading and writting documents is done using Encoders and Decodings much like the encoding/xml library with some explicit structs that define each document object in the XML DOM.

Most of libxml2 has been wrapped and the functions simply align with the various libxml2 API calls for their various data structures.

Some simple functionality from xmlsec is being provided for doing xml digital signing which is used by various XML messaging protocols.

About

XML, XSLT, and XML Cryptographic C library Wrapper

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 88.8%
  • C 11.1%
  • HTML 0.1%