From 684cf823b6e6c13c8c993ea4521127ecc35bff48 Mon Sep 17 00:00:00 2001 From: Zachary Pierce Date: Wed, 4 May 2011 20:41:22 -0700 Subject: [PATCH] Adding an XML schema file for the validation of injector configuration xml. Also correcting typo of multiple attributes with the same name on the same node in the README sample configuration xml. --- README.textile | 6 +-- SwiftSuspendersConfigurationSchema.xsd | 53 ++++++++++++++++++++++++++ 2 files changed, 56 insertions(+), 3 deletions(-) create mode 100644 SwiftSuspendersConfigurationSchema.xsd diff --git a/README.textile b/README.textile index 5d1a92a..b8cb647 100644 --- a/README.textile +++ b/README.textile @@ -188,7 +188,7 @@ In addition to injection points, @PostConstruct@ method annotations can be speci The following example code contains all possible configuration options:
-
+
 	
 		
 		
@@ -200,13 +200,13 @@ The following example code contains all possible configuration options:
 		
 		
 			
-			
+			
 		
 	
 	
 		
 			
-			
+			
 		
 	
 
diff --git a/SwiftSuspendersConfigurationSchema.xsd b/SwiftSuspendersConfigurationSchema.xsd
new file mode 100644
index 0000000..297cfd5
--- /dev/null
+++ b/SwiftSuspendersConfigurationSchema.xsd
@@ -0,0 +1,53 @@
+
+
+	
+		
+			
+				
+					
+						
+							
+								
+									
+									
+								
+							
+							
+								
+									
+									
+								
+							
+							
+								
+									
+										
+											
+												
+											
+										
+									
+									
+									
+								
+							
+							
+								
+									
+										
+											
+												
+											
+										
+									
+								
+							
+						
+						
+					
+				
+			
+		
+	
+
\ No newline at end of file