Fix bug in document.correctEncoding() which failed to properly parse xml doctypes.
This commit is contained in:
parent
9b53d04d9d
commit
c271c20e08
3 changed files with 22 additions and 11 deletions
9
README
9
README
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue