mdissel Newbie

Joined: 29 Mar 2004 Posts: 1
|
Posted: Mon Mar 29, 2004 5:57 am Post subject: mailmerge with xml document |
|
|
Hello
Is it possible (or are there any addons) to do a mailmerge with a xml document.
I have a xml document that contains companies and their orders (and orderlines). The customer can define/create his own template. The content of the xmldocument is merged with the template.
| Code: | <Company>
<name>Company A</name>
<order>
<id>1</id>
<date>20040101</date>
<orderline>
<id>1</id>
<product>a</product>
</orderline>
</order>
</company>
<Company>
<name>Company B</name>
<order>
<id>2</id>
<date>20040106</date>
<orderline>
<id>1</id>
<product>a</product>
</orderline>
</order>
</company> |
Thanks
Marco |
|