Re: BizTalk Mapping Help

Home Page Forums BizTalk 2004 – BizTalk 2010 BizTalk Mapping Help Re: BizTalk Mapping Help

#17058

Well… XSLT itself can do this.  Just the mapper will probably not allow it since you’ll not be matching the output schema you have defined…

 

Here are two possible ways.  I don’t remember off hand what level of validation the mapper does on the document.

 

  1. You might be able to use XSLT and output your result to the <ANY> node.
  2. Use pure custom XSLT for the whole map.  You’ll probably also have to use the <Any> node in your schema so you can set an output message type.

 

Just some ideas to try.