Skip to content

Commit 87e504f

Browse files
update string parsing example in README
- replace `document inspect` with `document root nodes inspect` - update associated screenshot
1 parent 02fa5ed commit 87e504f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ xmlString := '<?xml version="1.0" encoding="UTF-8"?>
5454
<country code="dz" handle="algeria" continent="africa" iso="12">Algeria</country>
5555
</countries>'.
5656
57-
(XMLDOMParser parse: xmlString) document inspect
57+
(XMLDOMParser parse: xmlString) document root nodes inspect
5858
```
5959

6060
Check [https://montyos.wordpress.com](https://montyos.wordpress.com) for more

doc/images/screen001.png

-74.7 KB
Loading

0 commit comments

Comments
 (0)