Fix issue 1: Added dependency to go-iconv. this lib is needed to ensure we pass valud UTF-8 encoded data to the XML tokenizer.
This commit is contained in:
parent
bacbff0e71
commit
02d19ed0bd
9 changed files with 101 additions and 76 deletions
6
README
6
README
|
@ -8,6 +8,12 @@
|
|||
Nodes now simply become collections and don't require you to read them in the
|
||||
order in which the xml.Parser finds them.
|
||||
|
||||
================================================================================
|
||||
DEPENDENCIES
|
||||
================================================================================
|
||||
|
||||
go-iconv: https://github.com/sloonz/go-iconv
|
||||
|
||||
================================================================================
|
||||
USAGE
|
||||
================================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue