I'm trying to load an xml document into a sql server table using vbscript and sqlxmlbulkload. The xml file has a header element with the filename, date, record counts, etc, followed by transaction elements. I'd like to merge some of the header info with the transaction data but I can't figure...