Fix bug in document.correctEncoding() which failed to properly parse xml doctypes.

This commit is contained in:
jim teeuwen 2011-01-27 22:10:38 +01:00
parent 9b53d04d9d
commit c271c20e08
3 changed files with 22 additions and 11 deletions

9
README
View file

@ -20,10 +20,11 @@
Getting the package up and running is simple enough:
$ cd /path/to/code/dir
$ git clone http://github.com/jteeuwen/go-pkg-xmlx.git
$ cd go-pkg-xmlx
$ make
$ goinstall github.com/jteeuwen/go-pkg-xmlx
Using it:
import xmlx "github.com/jteeuwen/go-pkg-xmlx"
================================================================================
API