jim teeuwen
|
15ec07ab1a
|
Some minor error handling fixes.
|
2010-12-16 21:08:01 +01:00 |
jim teeuwen
|
28e474f91f
|
Fix for Go release.2010-02-12
|
2010-12-03 15:22:39 +01:00 |
jim teeuwen
|
8c492695c1
|
Changed slice code to use append()
|
2010-11-05 01:26:35 +01:00 |
jim teeuwen
|
18011ea2f0
|
Fixed 2 incorrect function signatures
|
2010-10-10 20:04:58 +02: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
|
24f48a058b
|
Fix for recent Go release.
|
2010-08-25 21:22:14 +02:00 |
jim teeuwen
|
6d8b8289d8
|
Refactored some code to be faster and a little more elegant.
|
2010-08-22 05:07:38 +02:00 |
jim teeuwen
|
79794996d0
|
Updated code to use more recent go idioms. Yielding more compact xml processing. Hopefully better performant.
|
2010-05-26 02:24:44 +02:00 |
jim teeuwen
|
6a776b0cda
|
fixed some slice copy routines
|
2010-05-06 05:36:48 +02:00 |
jim teeuwen
|
379dfddd5b
|
rewrote loadNonStandardEntities() to use a more reliable token representation for each character: "\uxxxx" notation.
|
2009-12-02 21:44:02 +01:00 |
jim teeuwen
|
664e4ae0d2
|
Added *node.Unmarshal() method
|
2009-12-02 19:38:35 +01:00 |
jim teeuwen
|
ccb91f470e
|
Added *document.LoadUri() method to load documents from the web (over http)
|
2009-11-25 02:50:06 +01:00 |
jim teeuwen
|
5bbe4dbe10
|
added HtmlToUTF8() and UTF8ToHTML() functions for converting non-standard html entities.
|
2009-11-24 17:49:27 +01:00 |
jim teeuwen
|
dcae3f9bff
|
rewrote README with better information
|
2009-11-24 14:50:37 +01:00 |
jim teeuwen
|
4246be06b8
|
Added document.Verbose field which prints errors to Stderr while reading xml data. Set to false by default.
|
2009-11-24 14:37:17 +01:00 |
jim teeuwen
|
b95492ab55
|
cleaned up the LoadString() loop a bit.
|
2009-11-24 14:20:12 +01:00 |
jim teeuwen
|
b62b923ed2
|
modified: src/entitymap.go
modified: src/xmlx_test.go
|
2009-11-23 19:41:06 +01:00 |
jim teeuwen
|
0cc509e738
|
modified: src/entitymap.go
|
2009-11-23 19:00:44 +01:00 |
jim teeuwen
|
4857865daf
|
modified: src/Makefile
modified: src/document.go
new file: src/entitymap.go
|
2009-11-23 18:28:44 +01:00 |
jim teeuwen
|
e0fdc48cf7
|
modified: src/document.go
|
2009-11-23 17:50:29 +01:00 |
jim teeuwen
|
aa1df539c3
|
modified: src/node.go
|
2009-11-23 06:40:57 +01:00 |
jim teeuwen
|
20b96782df
|
modified: src/node.go
|
2009-11-23 06:15:40 +01:00 |
jim teeuwen
|
3ae1eaa620
|
modified: src/xmlx_test.go
|
2009-11-23 05:49:44 +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 |