<?xml version="1.0"  encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="xtreeold.xsl" ?>
<!DOCTYPE xtree [
<!ELEMENT xtree (node+)>
<!ATTLIST xtree target CDATA "right">
<!ELEMENT node (document*,node*)>
<!ATTLIST node name CDATA #REQUIRED>
<!ATTLIST node id CDATA #REQUIRED>
<!ATTLIST node opened (0 | 1) "0">
<!ELEMENT document (#PCDATA)>
<!ATTLIST document target CDATA "_blank">
<!ATTLIST document url CDATA #REQUIRED>
]>

<!--
xtree tag____________
target: is base target
-->
<xtree target="right">
	<Comments>
	Consumption Function
A Web site for students and educators in business studies, economics, accounting, leisure, sport and recreation and travel and tourism.
From www.bized.co.uk - Using spreadsheets to promote student understanding - http://www.bized.co.uk/educators/he/spreadsheet/section_1.htm

	</Comments>

<node name = "C" opened="0" id = "C_Node_0">
<document target="_blank" url="http://www.cems.uwe.ac.uk/~phale/EconomicModels/Bized/XMLTree/C.xml">C</document>

<node name = "a" opened="0" id = "a_Node_1">
<document target="_blank" url="http://www.cems.uwe.ac.uk/~phale/EconomicModels/Bized/XMLTree/a.xml">a</document>
</node>

<node name = "b" opened="0" id = "b_Node_2">
<document target="_blank" url="http://www.cems.uwe.ac.uk/~phale/EconomicModels/Bized/XMLTree/b.xml">b</document>
</node>

<node name = "Yd" opened="0" id = "Yd_Node_3">
<document target="_blank" url="http://www.cems.uwe.ac.uk/~phale/EconomicModels/Bized/XMLTree/Yd.xml">Yd</document>
</node>
</node>
</xtree>

