Skip to content

Commit

Permalink
Merge pull request #36 from capsulecorplab/replace-document-inspect-w…
Browse files Browse the repository at this point in the history
…ith-document-root-nodes-inspect

update string parsing example in README
  • Loading branch information
astares committed Jun 9, 2024
2 parents 02fa5ed + 87e504f commit bd54c0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ xmlString := '<?xml version="1.0" encoding="UTF-8"?>
<country code="dz" handle="algeria" continent="africa" iso="12">Algeria</country>
</countries>'.
(XMLDOMParser parse: xmlString) document inspect
(XMLDOMParser parse: xmlString) document root nodes inspect
```

Check [https://montyos.wordpress.com](https://montyos.wordpress.com) for more
Expand Down
Binary file modified doc/images/screen001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bd54c0a

Please sign in to comment.