public void QPT96_Bug(string srccode, string testattributes) { var x = new BxlParser().Parse(srccode).Element("a"); Console.WriteLine(x); foreach (var a in testattributes.Split(',')) { Assert.NotNull(x.Attribute(a)); } ; }