ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/xmltv_parser/trunk/libxmltv/Core/XMLTV_CONSTANTS.cs
Revision: 23
Committed: Thu Mar 7 11:08:48 2013 UTC (10 years, 6 months ago) by william
File size: 344 byte(s)
Log Message:

File Contents

# User Rev Content
1 william 23 using System;
2     using System.Collections.Generic;
3     using System.Linq;
4     using System.Text;
5    
6     namespace libxmltv.Core
7     {
8     public class XMLTV_CONSTANTS
9     {
10     public const string ROOT_ELEMENT = "tv";
11     public const string CHANNEL_ELEMENT = "channel";
12     public const string PROGRAM_ELEMENT = "programme";
13     }
14     }
15