robinson 0.7.0

For when you go to a lonely island and survival depends on parsing XML.
Documentation
1
2
3
4
5
6
7
8
9
<!DOCTYPE test [
    <!ENTITY cr '&#x0D;'>
    <!ENTITY lf '&#x0A;'>
    <!ENTITY crlf '&#x0D;&#x0A;'>
]>

<root><foo>&cr;
</foo><bar>&cr;&lf;</bar><baz attr="&cr;
"/><qux attr="&cr;&lf;"/><foobar attr="&lf;&crlf;">&lf;&crlf;</foobar></root>