06-26-04 03:53 PM
Some custom inline XSLT could do something similar, using some XPath
expression that work on the local-name() and match those...
Regards,
Christof
"maRek" <marek@anasoft.sk> wrote in message
news:%23nJ6nRDWEHA.2408@tk2msftngp13.phx.gbl...
> Hi all,
>
> I need to recieve different types of XML files and transform them into
> given message type (scheme is known). I mean, there is any XML file in
> the input (I don't know the structure), I want to create message (over
> given scheme) and try to map elements with the same names together (It
> is no problem to do it in an expression like AnyMessage.ID=MyMessage.ID,
> ...). Is it possible? How to do this?
>
> Thanks,
> maRek.
[ Post a follow-up to this message ]
|