We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc43f1 commit f43dd49Copy full SHA for f43dd49
README.md
@@ -282,7 +282,7 @@ String json =
282
List<String> names = U.selectTokens(U.fromJsonMap(json), "//Products[Price>=50]/Name/text()");
283
// [Anvil, Elbow Grease]
284
```
285
-Easily build XML documents using code structured like the final document.
+Simplify XML document creation by structuring your code like the final document.
286
287
This code:
288
@@ -298,7 +298,7 @@ XmlBuilder builder = XmlBuilder.create("Projects")
298
.t("https://jets3t.s3.amazonaws.com/index.html");
299
300
301
-Produces this XML document:
+Generates the following XML document:
302
303
```xml
304
<?xml version="1.0" encoding="UTF-8"?>
0 commit comments