0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 22, 2024 — Aug 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
colon is now reserved More... almost 12 years ago
Merge pull request #12 from vtjnash/jn-ETree More... about 12 years ago
windows compatibility patch More... about 12 years ago
fix typo More... about 12 years ago
rename ParsedData to ETree More... about 12 years ago
Merge branch 'jn-xpath-add' of git://github.com/vtjnash/LibExpat.jl into vtjnash-jn-xpath-add More... about 12 years ago
fix find() xpath types, reduce number of unnecessary exports More... about 12 years ago
Merge branch 'jn-xpath-add' of git://github.com/vtjnash/LibExpat.jl into vtjnash-jn-xpath-add More... about 12 years ago
xpath_str macro for more efficient usage, allow parsing and using any type of xpath expression, fix several bugs, and update readme More... about 12 years ago
api for supporting alternative node types for return (still need to document), and add untested implementations of the rest of the functions More... about 12 years ago
add startswith function to xpath More... about 12 years ago
Merge remote-tracking branch 'origin/jn-xpath' More... about 12 years ago
Merge pull request #7 from vtjnash/jn-xpath More... about 12 years ago
add some more string functions More... about 12 years ago
support most xpath expressions More... about 12 years ago
changed method to get length of UTF8 string More... about 12 years ago
fixed utf-8 string length computation More... about 12 years ago
parse most xpath expressions (missing: parens and most functions) More... about 12 years ago
updated readme and tests for new xpath stuff More... about 12 years ago
huge refactoring to support more powerful xpath More... about 12 years ago
first cut at xpath implementation More... about 12 years ago
Empty root, but xp_parse still returns the container element More... about 12 years ago
Does not return a dummy root element anymore Search syntax searches from the passed pd as root is the search string starts with a '/', else from its children. More... about 12 years ago
int64 to int to solve 32/64 bit interop More... about 12 years ago
tighten types, improve error printing, and fix an error in cdata More... about 12 years ago
doc change More... over 12 years ago
doc changes More... over 12 years ago
comment change More... over 12 years ago
fixed bug in sub elemnts tracking More... over 12 years ago
fixed bug in hadling namespace prefixes in tags, keeping elements in the same order as found in the document More... over 12 years ago