Reworked README and xmlx/entitymap.go. Now includes conversion of named xml entities instead of just numeric ones. Eg: π and π to a unicode character and vice-versa. It also came to my attention that lack of a proper opensource license might put people off of using this package. I therefor added a 1-clause BSD license under which this code now falls.

This commit is contained in:
jim teeuwen 2010-09-26 22:59:14 +02:00
parent 24f48a058b
commit db4230b809
10 changed files with 642 additions and 35 deletions

View file

@ -1,6 +1,6 @@
include $(GOROOT)/src/Make.inc
TARG=xmlx
GOFILES=document.go node.go io.go entitymap.go\
TARG = xmlx
GOFILES = document.go node.go io.go entitymap.go\
include $(GOROOT)/src/Make.pkg