hi everyone...
i am making a class diagram and want to store the information of class diagram in an XML file....can anyone please tell me how do i store the association,agg reagation,inher itance between different classes in the following XML / any other XML
<?xml version="1.0" encoding="UTF-8"?>
<classdiag>
<class id="1">
<name>custome r</name>
<operation>rese rvation of tour</operation>
<operation>vi ew tour data</operation>
</class>
<class id="2">
<name>employe e</name>
<operation>acce ss</operation>
<operation>upda te</operation>
</class>
</classdiag>
i am making a class diagram and want to store the information of class diagram in an XML file....can anyone please tell me how do i store the association,agg reagation,inher itance between different classes in the following XML / any other XML
<?xml version="1.0" encoding="UTF-8"?>
<classdiag>
<class id="1">
<name>custome r</name>
<operation>rese rvation of tour</operation>
<operation>vi ew tour data</operation>
</class>
<class id="2">
<name>employe e</name>
<operation>acce ss</operation>
<operation>upda te</operation>
</class>
</classdiag>
Comment