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
Merge pull request #95 from afeld/patch-1 More... over 6 years ago
Merge pull request #86 from mier85/master More... over 6 years ago
improve readme More... over 8 years ago
xpath/util: go_can_resolve_function -> if the context is nil then it lead to a nil pointer dereference instead of returning that the function doesn't exist More... over 9 years ago
tweaks More... about 10 years ago
updating the readme More... about 10 years ago
Merge pull request #71 from fmccann/issue_55 More... about 11 years ago
Issue 55 changes to make xml package work on OS X 10.9 More... about 11 years ago
Merge pull request #70 from jbowtie/doc-base-uri More... about 11 years ago
Add a Uri() function that exposes the document's base uri for relative path resolution More... about 11 years ago
for some bizarre reason, some versions of Darwin don't like the fact that we use C.disableEscaping in Goland, but wrapping this up in a C function seems to make them happy. More... about 11 years ago
Merge pull request #69 from moovweb/textnoenc More... about 11 years ago
using libxml's internal variable for textnoenc-oding More... about 11 years ago
can't have a const byte array in go1.2, needs to be a var -- issue #66 More... about 11 years ago
Merge pull request #65 from jbowtie/add-missing-documentation More... about 11 years ago
Merge pull request #64 from jbowtie/disable-output-escaping More... about 11 years ago
Add documentation for most of the Document and Node APIs More... about 11 years ago
Documentation strings for the gokogiri module and the AttributeNode. More... about 11 years ago
Add test for DisableOutputEscaping More... about 11 years ago
Allow output escaping to be disabled on an xml.TextNode More... about 11 years ago
Merge pull request #63 from jbowtie/read-encoded-file More... about 11 years ago
Add xml.ReadFile API as an alternative to calling xml.Parse More... about 11 years ago
Merge branch 'strict-parsing-option' of github.com:jbowtie/gokogiri More... about 11 years ago
Clean up declaration of ParseOptions More... about 11 years ago
Merge pull request #57 from jbowtie/issue-19 More... about 11 years ago
Merge pull request #59 from jbowtie/unparsed-entities More... about 11 years ago
Expose all XML parsing options and add a preconfigured strict option More... about 11 years ago
Support retrieving unparsed entity URIs from document More... about 11 years ago
Merge pull request #56 from jbowtie/better-nodesets More... about 11 years ago
Adding libxml2-dev requirement in README, very simple change for now, will revamp README later to make it more informative. More... about 11 years ago