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
Copy file name to clipboardExpand all lines: README.md
+25-19Lines changed: 25 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,12 @@ xmlquery
8
8
Overview
9
9
===
10
10
11
-
`xmlquery` is an XPath query package for XML document, lets you extract data or evaluate from XML documents by an XPath expression.
11
+
`xmlquery` is an XPath query package for XML documents, allowing you to extract
12
+
data or evaluate from XML documents with an XPath expression.
12
13
13
-
`xmlquery` built-in the query object caching feature will caching the recently used XPATH query string. Enable caching can avoid re-compile XPath expression each query.
14
+
`xmlquery` has a built-in query object caching feature that caches recently used
15
+
XPATH query strings. Enabling caching can avoid recompile XPath expression for
16
+
each query.
14
17
15
18
Change Logs
16
19
===
@@ -22,16 +25,16 @@ Change Logs
22
25
- Add XPath query caching.
23
26
24
27
2019-10-05
25
-
- Add new methods that compatible with invalid XPath expression error: `QueryAll` and `Query`.
26
-
- Add `QuerySelector` and `QuerySelectorAll` methods, supported reused your query object.
28
+
- Add new methods compatible with invalid XPath expression error: `QueryAll` and `Query`.
29
+
- Add `QuerySelector` and `QuerySelectorAll` methods, support for reused query objects.
0 commit comments