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
|
c07619da34
|
Fixed potential case issue in correctEncoding(). As per issue#2.
|
2011-01-30 23:19:52 +01:00 |
jim teeuwen
|
c271c20e08
|
Fix bug in document.correctEncoding() which failed to properly parse xml doctypes.
|
2011-01-27 22:10:38 +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 |