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:
jim teeuwen 2011-01-18 21:31:56 +01:00
parent bacbff0e71
commit 02d19ed0bd
9 changed files with 101 additions and 76 deletions

6
README
View file

@ -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
================================================================================