Tobias Zwick

Results 123 issues of Tobias Zwick

also, remove confirmation message in the surface quest * fixes #5951 * replaces and closes #5962

When I have this XML ```xml dude & <dudette> ``` I expect to get the following events when I iterate through it via the `XmlReader`: 1. `START_DOCUMENT` 2. `START_ELEMENT` localName="user"...