Using PLSQL to merge XML docs
562619Feb 19 2007 — edited Feb 20 2007Hi All, I am looking for a general approach to how I can merge data in one xml file into another xml file that has the schema imbeded in it. I am sure XSLT is in here somewhere but just a bit unfamiliar with the approach.
Here is what we are doing. We have a MS Word doc, in WordML. I has an attached schema and the document has been marked up with this schema. We extract data from the database in this schema format and now want to merge the two to produce a word document.
thanks
Don