So here is a fun one (for me anyways)... I'm working on a project part of which involves producing a large document to be printed. This document used to be created by hand and all of the data in it gathered and entered manually. The goal is to centralize all of this data into a DB which we can then use to generate this document for printing and have a web-app interface so we can search the data, update it, etc. (all the standard stuff).
My question:
Can I pull the data from the DB as XML and automagically plug it into a .doc? Even better - can I convert the EXISTING .doc into a kind of template that becomes to final print version when fed the XML data? If so this will make my life SO much easier
Sorry if this is a noob question, I am a noob when it comes to wrestling with XML and all of this related stuff - I do have a prototype set up using AJAX methods (why all the hype? it's not that hard!) to shuffle data out of the DB right now and it just hit me that since the data is coming out as XML it might be easier to plug that straight into a .doc rather than replicate the layout of the existing document in an intermediary format.
My question:
Can I pull the data from the DB as XML and automagically plug it into a .doc? Even better - can I convert the EXISTING .doc into a kind of template that becomes to final print version when fed the XML data? If so this will make my life SO much easier
Sorry if this is a noob question, I am a noob when it comes to wrestling with XML and all of this related stuff - I do have a prototype set up using AJAX methods (why all the hype? it's not that hard!) to shuffle data out of the DB right now and it just hit me that since the data is coming out as XML it might be easier to plug that straight into a .doc rather than replicate the layout of the existing document in an intermediary format.