how to save data in XML file in pre specified format ?

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hello ,
im new to XML and
im working on expert system to detect diseases
and i want to store each disease symptoms in xml file but each disease has many symptoms so
i want to store it as
<Disease Name >
<Concept = "something" Property="something" value="something
<Concept = "something" Property="something" value="something
<Concept = "something" Property="something" value="something
</Disease Name>
i have tried to see some xml examples but they confused me :S
so
how can i save data in xml file with this format ?
and can i navigate XML file using XPathFile or there is something else ?
thanks in advance



<hr class="sig Kareem Naguib

View the full article
 
Back
Top