wasSharp – Diff between revs 54 and 55

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 54 Rev 55
Line 11... Line 11...
11 using System.Text; 11 using System.Text;
12 using System.Text.RegularExpressions; 12 using System.Text.RegularExpressions;
13 using System.Threading.Tasks; 13 using System.Threading.Tasks;
14 using System.Xml.Linq; 14 using System.Xml.Linq;
Line 15... Line 15...
15   15  
16 namespace wasSharp 16 namespace wasSharp.Languages
17 { 17 {
18 public static class XML 18 public static class XML
19 { 19 {
20 private static readonly Func<string, bool> directIsSafeXML = 20 private static readonly Func<string, bool> directIsSafeXML =