jim teeuwen
|
ea7fc45209
|
Got rid of depracated Node api functions. Removed dependency on go-iconv in favor of go-charset (See README). go-charset is a native Go package and thus requires no CGO functionality. Meaning go-pkg-xmlx and go-pkg-rss can now be used in Google AppEngine. Some speed and memory efficiency improvements added. Should now do a lot less []byte -> string conversions.
|
2011-05-11 17:44:09 +02:00 |
jim teeuwen
|
882ba8d0bb
|
Switch to more liberay CC0 public domain license
|
2011-03-19 14:50:46 +01:00 |
jim teeuwen
|
5fff1fb51a
|
Allow SelectNode() calls with a wildcard as the namespace name ("*"). This allows us to find nodes if we do not strictly care about what namespace it carries. Same deal for attributes. node.SelectNode("*", foo") finds any node named "foo", regardless of what namespace it has.
|
2011-02-01 15:29:35 +01:00 |
jim teeuwen
|
9b53d04d9d
|
Making package easily usable with goinstall. Including the reference to go-iconv.
|
2011-01-20 22:48:03 +01:00 |