Skip to content

Commit 7a15c57

Browse files
author
Rener
committed
README - OnlyAttributes
1 parent 5638b40 commit 7a15c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ for xml := range parser.Stream() {
5252
parser := xmlparser.NewXMLParser(br, "book").SkipElements([]string{"price", "comments"})
5353
```
5454

55-
**OnlyAttributes** get only attributes
55+
**Attributes** only
5656

5757
```go
5858
parser := xmlparser.NewXMLParser(br, "bookstore", "book").ParseAttributesOnly("bookstore")

0 commit comments

Comments
 (0)