xplist: Allow whitespace after name in closing tag

'</key >' is a perfectly valid closing tag and so is
'</key
 >' (note the newline).
This commit will make the parser skip any encountered whitespace
before checking for the closing '>'.
1 file changed