Suppose this is a xml file:
http://tempuri.org/HMS.xsd">
   /// table name
    DP0001 /// value
    Eye
    0
 

 
    DP0002
    Nose
    1
 


-----------------------------------------------

I want a stored procedure to insert the data.

Thanks
ZAMI