jim teeuwen
|
b14dd79d8d
|
No more Makefiles. Use go command to build and install. Temporarily removed dependency of external go-charset package. It is incompatible with new Go versions and is not updated by the author. We should find a replacement for it. This may cause problems with xml files supplied in non-utf8 encodings.
|
2012-02-09 17:30:21 +01:00 |
jim teeuwen
|
2a2a591c08
|
Add wildcard support for node names. Allows selecting of all child nodes with a specific namespace (See issue #4).
|
2011-07-13 05:17:00 +02:00 |
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
|
5e421dfebb
|
Amended README with wildcard additions.
|
2011-02-01 15:33:47 +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 |
jim teeuwen
|
02d19ed0bd
|
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.
|
2011-01-18 21:31:56 +01:00 |
jim teeuwen
|
bacbff0e71
|
Node.GetValueXXX() and Node.GetAttrX() functions are now changed to Node.X() and Node.AX() functions. The old ones still exist, so your code will not break, but we recommend you use the shorter names from now on. These have been added to reduce the amount of typing needed when using this package to extract typed node/attribute values. Added node.B() and node.Ab() to retrieve boolean values. README updated to reflect the changes.
|
2010-12-19 21:45:42 +01:00 |
jim teeuwen
|
db4230b809
|
Reworked README and xmlx/entitymap.go. Now includes conversion of named xml entities instead of just numeric ones. Eg: π and π to a unicode character and vice-versa. It also came to my attention that lack of a proper opensource license might put people off of using this package. I therefor added a 1-clause BSD license under which this code now falls.
|
2010-09-26 22:59:14 +02:00 |
jim teeuwen
|
dcae3f9bff
|
rewrote README with better information
|
2009-11-24 14:50:37 +01:00 |
jim teeuwen
|
0a655c2756
|
new file: README
new file: src/Makefile
new file: src/document.go
new file: src/io.go
new file: src/node.go
new file: src/test.xml
new file: src/xmlx_test.go
|
2009-11-23 05:16:27 +01:00 |