XML tools for merging tables

M

Martin Trautmann

Hi all,

what's your recommendation for XML tools in order to merge data from
different sources?

The first task would be once you have two different XML tables in order
to merge them to one.

Another task could be to provide some translation tables, importing one
xml field to another one, named differently, accepting some kind of
translation table between name 1 in table 1 and name 2 in table 2.

A diff of XML tables would be desirable, as well as some mechanisms how
two handle data which is available in two tables with different data. I
might be interested to accept e.g. a certain field 1 from table 1 in
order to override data in table 2.


Personally, I guess I'd prefer some perl xml module in order to build
those helpers myself. But YMMV. What's your recommendation?

Thanks,
Martin
 
M

Martin Honnen

Martin Trautmann wrote:

what's your recommendation for XML tools in order to merge data from
different sources?

An XSLT stylesheet can do it, it has one primary input XML document but
allows reading in nodes from secondary input documents using the
function named document.
 
M

Martin Trautmann

Martin Trautmann wrote:



An XSLT stylesheet can do it, it has one primary input XML document but
allows reading in nodes from secondary input documents using the
function named document.

I'm afraid this will overwrite any current data? It might be easy to
remove empty entries befor, while I'd not like to override existing
entries without some kind of control.

Thanks,
Martin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,756
Messages
2,569,533
Members
45,007
Latest member
OrderFitnessKetoCapsules

Latest Threads

Top