-
Notifications
You must be signed in to change notification settings - Fork 4
difficulty filtering with a default namespace #10
Comments
(I was wondering when someone wld hit this :-) thx for filing the bug and i'll tag it as such when not on mobile and see On Thu, May 19, 2016 at 6:41 PM, Jennifer (Jenny) Bryan <
|
The thing is ... it looks like it's already there! I tried to figure this out for myself before opening this. Here's where it feels like you've already handled this: xmlview/inst/htmlwidgets/xmlview.js Lines 84 to 91 in 4e93801
|
Oh. I think that's just for the helpful R code you provide if user likes the XPath result, but it's not the business end of the filtering. It seems the actual filtering is happening on the js side and I don't know how to fix namespace resolution there 😔. |
I can use an XPath query in the Console that
xmlview
tells me is invalid. In general, I can't use thexml_view
XPath filter in the presence of a default namespace, i.e. when I need to dod1:foo
.The text was updated successfully, but these errors were encountered: