Hi there
I am exporting data from MS Access via the Export to XML option and this part works correctly (small table only a few columns) I then wish to use this XML data for tranformation into MS Word. Now the option I have followed is to use the template I wish to transform
and save it as XML file and then cut out the relevant information (between the <w:document> and </w:document> tags and popped it into my xlst file. Now my export to XML works just fine, however when I apply my xlst file I get an error
Expected token '}' found 'NAME'.
Could any point me in the right direction on how I go about trying to analyse what the issue is please?
I have done the obvious and searched for NAME but nothing jumped out as odd.
Thanks if any one can shed any light on the problem
Jasper