zhengchun

Results 63 comments of zhengchun

Sorry, I need more test example, I cannot found any problem from these code.

I find a solution that saving the query node 'n' as a local variable used by `current()` function in the query context, like this `jsonquery.Find(n,"../../measType[@p=current()/@p]")`

@ale-rinaldi , Hello, The commit https://github.com/antchfx/xpath/commit/dfece7e444f00ae3aea4086a84ba9afdc0b93783 will causing the deadlock in the multiple goroutines. Please update your package to the the latest version https://github.com/antchfx/xpath/releases/tag/v1.2.3, it fixed the deadlook bug and...