Skip to content

Instantly share code, notes, and snippets.

View uvwild's full-sized avatar

UV uvwild

View GitHub Profile
@svelleweetakealot
svelleweetakealot / cgo-xslt.go
Created June 12, 2017 20:55
xslt lib example in go
package main
/*
#cgo pkg-config: libxslt
#include <string.h>
#include <libxml/xmlmemory.h>
#include <libxml/debugXML.h>
#include <libxml/HTMLtree.h>
#include <libxml/xmlIO.h>
#include <libxml/DOCBparser.h>