Open wssdm opened 6 years ago
XMLStackParser.swift
static let escapedCharacterSet = [("&", "&"), ("<", "<"), (">", ">"), ( "'", "'"), ("\"", """)]
should be
static let escapedCharacterSet = [("&", "&"), ("<", "<"), (">", ">"), ( "'", "'"), ("\"", """)]
XMLStackParser.swift
should be