-
I had a requirement to map a buyer only if it was the same buyer throughout the entire document. The reason for this was that in the source document the buyer was defined in a sub sub sub node of a document and in the destination it occurred only once. So I ended up with several choices. Only map the...
-
We all know that using XSLT inside a map can be very usefull to do stuff that's very hard to do with the mapper itself. Sometimes using XSLT it is the only way things can be done. I find myself struggeling each time to figure out how specific tasks work with XSLT. That's why I write this post...