Fix the XML
The challenge consists in having a valid xml from an incomplete source.
Start file
<I> <hate> <xml>hello <files>files </hate> <hate> <xml>xml <files>world </hate> </I>
End file
<I> <hate> <xml>hello</xml> <files>files</files> </hate> <hate> <xml>xml</xml> <files>world</files> </hate> </I>
View Diff
3,4c3,4 < <xml>hello < <files>files --- > <xml>hello</xml> > <files>files</files> 7,8c7,8 < <xml>xml < <files>world --- > <xml>xml</xml> > <files>world</files>
Solutions by @me_coot:
Unlock 1 remaining solutions by signing in and submitting your own entry