Does anyone have a XSLT transformation file already created for importing ShopSite's XML based order output file into MS Access 2003.
Currently a straight XML import yields all the tables and data but they are not linked or relatable to each other. My challange on the XML imports is that there is no primary key linking (such as order #) between the tables created in Access. Each table should carry over the Order Number and shopsite transaction ID.
MS Access 2003 and newer now support transformation files which can format the XML data files prior to importing.
My challange on the XML imports is that there is no primary key linking (such as order #) between the tables created in Access.
Before I start attempting to put this together though I shouldsee if anyone already thrown this together?
PS. I am not looking for an order manager so don't suggest one - that is not the solution to my question.