Xpath tools: Difference between revisions
Jump to navigation
Jump to search
no edit summary
No edit summary |
|||
| Line 1: | Line 1: | ||
List of tools for xpath expression selection/query | List of tools for xpath expression selection/query | ||
== Comparison of xpath tools == | |||
<table border=1 class="wikitable sortable"> | |||
<tr> | |||
<th>Method</th> | |||
<th>Pros</th> | |||
<th>Cons</th> | |||
</tr> | |||
<tr> | |||
<td>chrome extension [https://chrome.google.com/webstore/detail/xpath-helper/hgimnogjllphhhkhlmebbmlgjoejdpjl XPath Helper]</td> | |||
<td>worked on online webpage</td> | |||
<td>NOT work on offline file</td> | |||
</tr> | |||
<tr> | |||
<td>Sublime [https://packagecontrol.io/packages/xpath xpath] plugin</td> | |||
<td>worked on offline file</td> | |||
<td>NOT work on online webpage</td> | |||
</tr> | |||
</table> | |||
== chrome javascript console == | == chrome javascript console == | ||
| Line 31: | Line 51: | ||
== Sublime text editor == | == Sublime text editor == | ||
[https://packagecontrol.io/packages/xpath xpath | [https://packagecontrol.io/packages/xpath xpath] plugin: "[https://www.sublimetext.com/ Sublime Text] plugin for easier cursor navigation of XML and HTML files using XPath 1.0." | ||
Steps | Steps | ||