Huge update to ITFoundation. I've gone through every file (except queue.h
[ITFoundation.git] / ITXMLParser.h
old mode 100755 (executable)
new mode 100644 (file)
index 63a6238..1680751
@@ -1,11 +1,21 @@
+/*
+ *     ITFoundation
+ *     ITXMLParser.h
+ *
+ *     Copyright (c) 2005 by iThink Software.
+ *     All Rights Reserved.
+ *
+ *     $Id$
+ *
+ */
+
 #import <Foundation/Foundation.h>
 
 @class ITXMLNode;
 
-@interface ITXMLParser : NSObject
-{
-    NSString *_source;
-    NSString *_XMLPathSeparator;
+@interface ITXMLParser : NSObject {
+       NSString *_source;
+       NSString *_XMLPathSeparator;
 }
 
 - (id)initWithContentsOfURL:(NSURL *)aURL;