pi4630 Newbie

Joined: 06 Feb 2009 Posts: 1
|
Posted: Fri Feb 06, 2009 11:18 am Post subject: Import data from XML file to use in document |
|
|
Hi,
Is there a way to insert fields that have data coming from an XML file? I tried to define a new OOBase file, but it seems it can't read an XML file, while it can read DBs and text files (csv). The XML data could look like this:
| Code: |
<PHONEBOOK>
<PERSON>
<FIRSTNAME>MIKE</FIRSTNAME>
<LASTNAME>FRANCIS</LASTNAME>
(...)
</PERSON>
(...)
</PHONEBOOK>
|
When I write the document, I'd like to insert fields from the XML file like FIRSTNAME, to get the content when the document is going to be printed.
Any advice? Thanks in advance![/code] |
|