Skip to content

Conversation

@jf-tech
Copy link
Owner

@jf-tech jf-tech commented Oct 3, 2020

Code/algo mostly inherits from https://github.com/antchfx/xmlquery/blob/master/query.go but the primary difference is how we treat XML's attributes is different. In antchfx, attributes are not separate nodes while in IDR attributes are first class citizens.

Code/algo mostly inherits from https://github.com/antchfx/xmlquery/blob/master/query.go but the primary difference is how we treat XML's attributes is different. In antchfx, attributes are not separate nodes while in IDR attributes are first class citizens.
@codecov
Copy link

codecov bot commented Oct 3, 2020

Codecov Report

Merging #75 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@ Coverage Diff @@ ## master #75 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 32 33 +1 Lines 1354 1421 +67 ========================================= + Hits 1354 1421 +67 
Impacted Files Coverage Δ
idr/navigator.go 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 634a81c...1bc0ed9. Read the comment docs.

@jf-tech jf-tech merged commit 701706c into master Oct 3, 2020
@jf-tech jf-tech deleted the nav branch October 3, 2020 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants