aboutsummaryrefslogtreecommitdiff
path: root/config/TestXML.xml
diff options
context:
space:
mode:
authorGravatar Russell Cohen <rcoh@mit.edu>2010-11-24 01:09:12 -0500
committerGravatar Russell Cohen <rcoh@mit.edu>2010-11-24 01:09:12 -0500
commitb042647b68abdc82490ca6e059993b8eba28904c (patch)
treea9ee95a38e98b377c251b7b2e9af9cbd8056cf7c /config/TestXML.xml
parent407ac922fc4178021cf3a16dfb1bd875b6083ac4 (diff)
Refactoring complete! Made modules/packages as appropriate. Finally.
Diffstat (limited to 'config/TestXML.xml')
-rw-r--r--config/TestXML.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/config/TestXML.xml b/config/TestXML.xml
new file mode 100644
index 0000000..20d7f6f
--- /dev/null
+++ b/config/TestXML.xml
@@ -0,0 +1,23 @@
+<RootElement>
+ <ChildElement>
+ <setOfElements>
+ <a>1</a>
+ <a>2</a>
+ <a>3</a>
+ </setOfElements>
+ <normalElement>normal</normalElement>
+ </ChildElement>
+ <Renderer>
+ <Class>IndoorRenderer</Class>
+ <Args>
+ <PowerSupply>
+ <IP>192.168.1.0</IP>
+ <PortMapping>{'strip1':1,'strip2':2}</PortMapping>
+ </PowerSupply>
+ <PowerSupply>
+ <IP>192.168.1.1</IP>
+ <PortMapping>{'strip3':1, 'strip4':2}</PortMapping>
+ </PowerSupply>
+ </Args>
+ </Renderer>
+</RootElement>