-
Notifications
You must be signed in to change notification settings - Fork 10
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
parser.d(2726): [1:1273]: There can only be whitespace between an end tag's name and the > #24
Comments
This is happening on a longer XML. Here is an excerpt of the XML:
The part with "Partikelfilter" works because I writeln it to the console, and then it bombs. But I can't see any problem... |
This is the code:
|
Interestingly, when I run the code several times, I can parse the received XML up to different places before I get the assert. But the returned XML is always the same. |
Ok, and this led me to the problem: It's not dxml, I used the curl code wrong... sorry for the noise. |
I get this error while looping with
foreach(entity, parsedXML)
but looking at the XML there is nothing strange about it.Any idea what this is about and what to do now?
The text was updated successfully, but these errors were encountered: