ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/xmltv_parser/trunk/libxmltv/Core/XMLTVSource.cs
(Generate patch)

Comparing trunk/libxmltv/Core/XMLTVSource.cs (file contents):
Revision 37 by william, Fri Mar 8 02:13:59 2013 UTC vs.
Revision 38 by william, Fri Mar 8 02:17:19 2013 UTC

# 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              {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines