You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should also set up an xpath evaluator on Template (i.e. Template.xpath), as we could avoid the hassle on the processor side of having to use e.g. partial.label.xpath("...", namespaces=partial.nsmap).
Related enough, so I'm not going to split this into two issues. We'll just sort this all out in a single feature branch.
PTState._eval_prop()
should useXPathEvaluator
instances instead of the sources'.xpath()
method, as this promises to speed things up quite a bit.Not high on the list, but logging it here so it's not forgotten.
The text was updated successfully, but these errors were encountered: