Files
UnrealEngineUWP/Engine/Source/Runtime/XmlParser
ross smith2 f613eebad3 Back out changelist 29816891 to fix parsing of SVN server responses.
In FXmlFile::CreateRootNode the check `ParsingNodeStack.Last()->Tag != Tag` was failing in the case of e.g. a start tag "entry\n" mismatched with an end tag of "entry".  Attribute value tokens also had trailing newline chars injected that were causing further issues with SVN commands.  An accumulation of newline chars was also present in the node Content.

#jira UE-213478
#rb brooke.hubert
[FYI] steve.robb

[CL 33461069 by ross smith2 in ue5-main branch]
2024-05-06 13:06:51 -04:00
..