07-02-05 07:47 AM
I had a very similar scenario and used a map that runs off of custom xslt to
perform the transformation.
John
"nweddle" wrote:
> How can I convert the following using the mapping tool, or would it be eas
ier
> to write my own XSLT? Technically, the source schema key value pairs are
> 0:N, however there seems to be about dozen or less in each message.
>
> Consider the following example:
>
> <root>
> <item>
> <key>LocationID</key>
> <value>401</value>
> <key>ParentID</key>
> <value>41</value>
> ....
> </item>
> </root>
>
> <root>
> <payload>
> <LocationID>401</LocationID>
> <ParentID>41</ParentID>
> </payload>
> </root>
[ Post a follow-up to this message ]
|