-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Understanding empty tag behavior #741
Comments
I cannot say what the reason of this without the full code, but I believe that you've get the text between It also would be good to use |
Oh interesting. I suppose I assumed that |
Also, just consuming Lines 2222 to 2243 in e8ae020
|
@Mingun presumably the |
Yes, I'll plan to merge text events in new |
First of all, I want to thank everyone involved in this project for the excellent work they've done. It's absurdly fast and fits great in my project.
I have a question about expected behavior for empty tags. I have some XML that looks like this:
That is being parsed by this code:
When I later print this value out, it has the value "\n". Is this expected behavior? I think I've seen it a couple other times. I would have guessed that the output would be the empty &str.
The text was updated successfully, but these errors were encountered: