your request is not clear:
from what i can gather from your request
1. You have an xml file with records that you want to import into sql table(s).
i don't think you can use bulk import that way. you have to use dts with a stored proc. When I had a similar problem I used a vb .net front end and stored procs to import data.
you can also have a look at this article
http://www.sqlservercentral.com/columnists/smoore/importingxmlfilesintosqlserver.asp
Everything you can imagine is real.