First post here. Using UE 25.10.0.50 on Windows 10 x64 (1803 build).
I have an XML file with multiple <Event ID> and closing </Event> tags. Between these tags there should be a <Modified> tag, but in some instances it's missing.
The <Modified> tag doesn't have a specific position - it could come between 1-10 lines after <Event ID> and 1-10 lines before </Event>.
How can I search for the missing <Modified> tags?
Thanks in advance,
LQH
I have an XML file with multiple <Event ID> and closing </Event> tags. Between these tags there should be a <Modified> tag, but in some instances it's missing.
The <Modified> tag doesn't have a specific position - it could come between 1-10 lines after <Event ID> and 1-10 lines before </Event>.
How can I search for the missing <Modified> tags?
Thanks in advance,
LQH