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

Comparing trunk/libxmltv/Core/XMLTV_LOADER.cs (file contents):
Revision 18 by william, Thu Mar 7 09:26:43 2013 UTC vs.
Revision 19 by william, Thu Mar 7 10:00:40 2013 UTC

# Line 5 | Line 5 | using System.Text;
5   using libxmltv.Interfaces;
6   using System.IO;
7   using Enterprise.Logging;
8 + using System.Xml.Linq;
9  
10   namespace libxmltv.Core
11   {
# Line 56 | Line 57 | namespace libxmltv.Core
57          private void LoadXml()
58          {
59              XMLTV_LOGGER.Log.Info.WriteLine("Loading XMLTV File: {0}", XmlFile.Name);
60 <            XMLTV_LOGGER.Log.Warn.WriteLine("XML File Loading has not been implemented yet!");
60 >            //XMLTV_LOGGER.Log.Warn.WriteLine("XML File Loading has not been implemented yet!");
61 >            XDocument doc = XDocument.Load(XmlFile.FullName);
62          }
63      }
64   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines