I have an XML template that a stand-alone application uses to import data. I am designing a report in Reports 6 and want to output all of my data into in XML file, but it needs to match the template. The template looks like the following:
<forms>
<form_551>
<state>
<value>Ohio</value>
</state>
<year>
<value>1994</value>
</year>
.
.
.
</form_551>
</forms>
There are 208 distinct tags, so it's a big file and the output data needs to be inserted between the <value> tags. Can anyone help? I can't seem to figure out how to do it.
Thanks.
Drew
<forms>
<form_551>
<state>
<value>Ohio</value>
</state>
<year>
<value>1994</value>
</year>
.
.
.
</form_551>
</forms>
There are 208 distinct tags, so it's a big file and the output data needs to be inserted between the <value> tags. Can anyone help? I can't seem to figure out how to do it.
Thanks.
Drew