Skip to content

Commit e6aced4

Browse files
committed
clarify readme
1 parent 343baac commit e6aced4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ Sublime Text - XPath Plugin
99
- Query XML and (X)HTML documents by XPath 1.0 expression.
1010
- with syntax highlighting.
1111
- with a custom `print` function that can be used as a debugging aid by logging nodesets etc. to the console.
12-
- option to display results in real-time, as you type the query, or to select the corresponding nodes in the document.
12+
- display results in real-time (i.e. as you type the query, fitting in perfectly with Sublime's other actions). (With an option to customize this, if desired.)
13+
- reference multiple context nodes (at cursor positions) by using the `$contexts` variable.
14+
- Re-run the previous query and select the corresponding nodes in the document. (Note that it doesn't preserve the context nodes at the moment.)
1315
- with history, optionally globally or per document.
1416
- optionally normalize whitespace when displaying text results (via a setting).
15-
- reference multiple context nodes (at cursor positions) by using the `$contexts` variable.
1617
- define custom variables in the settings file.
1718
- Show XML well-formedness parse errors, and move the cursor to the location where the error occurred.
1819
- Tidy HTML or "tag soup" into valid XML.

0 commit comments

Comments
 (0)