Commit Graph

9 Commits

Author SHA1 Message Date
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 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 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 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 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