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 5638b40 commit 7a15c57Copy full SHA for 7a15c57
README.md
@@ -52,7 +52,7 @@ for xml := range parser.Stream() {
52
parser := xmlparser.NewXMLParser(br, "book").SkipElements([]string{"price", "comments"})
53
```
54
55
-**OnlyAttributes** get only attributes
+**Attributes** only
56
57
```go
58
parser := xmlparser.NewXMLParser(br, "bookstore", "book").ParseAttributesOnly("bookstore")
0 commit comments