Skip to content

Commit

Permalink
Remove outdated limitation from README
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrogz committed Nov 7, 2013
1 parent d26b9da commit cdcce0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ In this case no table will have a `parent` attribute, elements will not have the
- Does not require or enforce well-formed XML. Certain syntax errors are
silently ignored and consumed. For example:
- `foo="yes & no"` is seen as a valid attribute
- `<root><child>` invokes two `startElement()` calls
but no `closeElement()` calls
- `<foo></bar>` invokes `startElement("foo")`
followed by `closeElement("bar")`
- `<foo> 5 < 6 </foo>` is seen as valid text contents
Expand Down

0 comments on commit cdcce0e

Please sign in to comment.