//// Example XML for the LightingSystemPage //////////////
This is the XML the servlet will feed to you on request.
There is no XML I expect from you at this stage.
This page is purely for information purposes and user cannot enter any info.

Explanation of parameters:

title = string
subtitle = string
explanation = string
virtual_address = string
name = string
id = string
AxLink = string
status = 0 or 1 for 0=offline or 1=Online
model = string
/////////////////////////////////////////////////////////


<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="LightingSystemPage.xsl"?>
<lightingSystemInformation title="Title" subtitle="Whatever" explanation="text" virtual_address="33001:1:0">
	<component>
		<componentDefinition name="Lighting Area 1" id="96" AxLink="96:1:0" status="1" model="RDM4"/> 
                <componentDefinition name="Global Preset 1" id="P1" AxLink="N/A" status="1" model="Global"/> 
		<componentDefinition name="Lighting Area 2" id="97" AxLink="97:1:0" status="0" model="RDM6"/> 
        </component>				
</lightingSystemInformation>
