Skip to content

Commit

Permalink
Change "Preserving Elements and Text" example to use valid XML
Browse files Browse the repository at this point in the history
The example as originally given crashed the XML parser.
  • Loading branch information
alexhenrie committed Mar 12, 2015
1 parent b7ba51a commit b68937a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -107,8 +107,8 @@ By default, element text is returned as one concatenated string. In this XML:

```xml
<item>
one <a>1</b>
two <a>2</b>
one <a>1</a>
two <b>2</b>
</item>
```

Expand Down

0 comments on commit b68937a

Please sign in to comment.