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
hi. Could you support Xpath?
I know xpath support may be complicated but I need a relaxed version of xpath. each node of elements must have a path (like xpath) and we can get that value of xpath. also need a dictionary (map) to search nodes by their xpath (something like bidiectional map or using two map). maybe it hava some effects on its performance. but you can handle it by some flags in constructor that imply to support it or not.
I want to write a python api for myhtml and I really need this method
The text was updated successfully, but these errors were encountered:
hi. Could you support Xpath?
I know xpath support may be complicated but I need a relaxed version of xpath. each node of elements must have a path (like xpath) and we can get that value of xpath. also need a dictionary (map) to search nodes by their xpath (something like bidiectional map or using two map). maybe it hava some effects on its performance. but you can handle it by some flags in constructor that imply to support it or not.
I want to write a python api for myhtml and I really need this method
The text was updated successfully, but these errors were encountered: