Federico Madden
Federico Madden
I've used it on 3.8. It works
Nothing in particular, it just worked (with one or two fixes, maybe). You can try my fork if you want
All you have to do is tweak the xpath you use to access the result from the `name` element. Element results are returned as a tree with whatever you assign...
might be the `.add_action(join)` then. Seems like that merges all of the tokens and puts them in the same node. It may not be the best solution, but the first...
Each parser has a `detect()` method to determine whether it should be the one to parse a given file. My guess is that the US patent XML parser isn't registering...
I'd like to bump this. Add on to that the fact that the `optional ` parameter that sets this behavior isn't easily changeable by the user. There should be a...