Closed frewsxcv closed 8 years ago
LGTM 👍
@jameshurst Is there any way I could help with the writing support for the new codebase?
@frewsxcv I'm pretty far along with the writing support so far. Did the old codebase do any escaping? From my initial glance it doesn't look like it did. If not then I'll commit writing without any escaping for now.
I didn't explicitly add any escaping, and I'm guessing RustyXML did not as well, so I think it's safe to assume escaping was not implemented.
I took a look at the RustyXML source and it doesn't do any escaping.