Hello ,
i'm new to XML and
i'm 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
Kareem Naguib
View Complete Post