im new in xml. i already know how to convert sql into xml, but now i wanna convert a file in xml format into table format (sql database). The xml file is shown below. pls help me.. :(
<menu>
<menuitem>
<food>french tost</food>
<price>12.45</price>
</menuitem>
<menuitem>
<food>bread</food>
<price>3.00</price>
</menuitem>
</menu>