# | Line 33 | Line 33 | namespace libxmltv.Core | |
---|---|---|
33 | { | |
34 | var doc = instance.XmlDoc; | |
35 | Debug.Assert(doc.Root.Name == XMLTVConstants.ROOT_ELEMENT, string.Format("Expected Root Element: '{0}' but read: '{1}'", XMLTVConstants.ROOT_ELEMENT, doc.Root.Name)); | |
36 | < | XMLTV_LOGGER.Log.Verbose.Debug.WriteLine("\tRoot: {0}", doc.Root.Name); |
36 | > | //XMLTV_LOGGER.Log.Verbose.Debug.WriteLine("\tRoot: {0}", doc.Root.Name); |
37 | var attributes = doc.Root.Attributes().ToList(); | |
38 | foreach (var attribute in attributes) | |
39 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |