1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add an API to return the line number of a node More... about 11 years ago
Redefine nodeset to be more useful More... about 11 years ago
Merge pull request #52 from jbowtie/get-declared-namespaces More... over 11 years ago
Add a way to get a list of existing namespace declarations from an XML node More... over 11 years ago
removing more unused packages More... over 11 years ago
removing unused package More... over 11 years ago
Removing deadline code which does not link happily with standard libxml More... over 11 years ago
removing unnecessary make files More... over 11 years ago
making master branch go-getable More... over 11 years ago
formatting More... over 11 years ago
removing noop assignment More... over 11 years ago
better fix for github issue #50 More... over 11 years ago
temporary fix for crazy cgo name resolution bug More... over 11 years ago
updating the cflags/ldflags for local dev build against dev libxml. More... over 11 years ago
updating import for local dev More... over 11 years ago
Merge pull request #44 from jbowtie/xpath-variables More... over 11 years ago
Correctly handle nodesets in XPathObjectToValue More... over 11 years ago
Remove unneeded if check around for loop More... over 11 years ago
Run go fmt More... over 11 years ago
Pass an interface instead of a pointer to an interface to the XPathFunction; also reverse the order of arguments before calling the function More... over 11 years ago
Add some tests for xmlNode.EvalXPath More... over 11 years ago
fixing tests, unformatted does not mean strips whitespaces, it means the format does not change. More... over 11 years ago
fixing compile time error on test More... over 11 years ago
Updating interfaces More... over 11 years ago
Merge pull request #43 from jbowtie/serialization More... over 11 years ago
Change type of format argument to SerializationOption More... over 11 years ago
Handle boolean returns from EvalXPath More... over 11 years ago
Tests for SerializeWithFormat, ToUnformattedXml More... over 11 years ago
adding NodeById html test More... over 11 years ago
Allow XPath to resolve functions as well More... over 11 years ago