I am converting html to MS word file through XSLT 1.0 with some autofields(date,time,filename etc..).But when i open the document(docx,doc) in word, i couldn't update those autofields automatically, currently i am doing manually by right click and select updatefields.I created a macro for updating autofields in MS word. How to run those macros through xslt to update the fields automatically whenever i open the document or any other solution(prefer java and xslt)?..
Please help me..Thanks in advance