This website requires JavaScript.
Explore
Help
Sign In
an
/
go-pkg-xmlx
Watch
1
Star
0
Fork
You've already forked go-pkg-xmlx
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
bacbff0e71
go-pkg-xmlx
/
xmlx
History
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
..
Makefile
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
document.go
Fixed bug in Document.LoadStream() function.
2010-12-19 20:45:57 +01:00
entitymap.go
Some minor error handling fixes.
2010-12-16 21:08:01 +01:00
io.go
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
node.go
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
test.xml
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
test1.xml
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
xmlx_test.go
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