BTDF / DeploymentFramework

The Deployment Framework for BizTalk is the most powerful and customizable, yet easy-to-use toolkit for deploying and configuring your BizTalk solutions.
MIT License
53 stars 24 forks source link

Feature: Allow ElementTunnel to handle mixed files #264

Closed tfabraham closed 6 years ago

tfabraham commented 6 years ago

ElementTunnel expects an XML file to be completely encoded or completely decoded when it processes the list of XPath's. If a file contains mostly decoded elements but one element is still encoded, the output is incorrect, and vice versa.

ElementTunnel will be enhanced to recognize when data is already encoded or already decoded on a node-by-node basis, so an XML file can contain any combination of encoded and decoded data. Decoding the same file twice will produce the same output, and vice versa.

This work item was migrated from CodePlex

CodePlex work item ID: '10012' Assigned to: 'tfabraham' Vote count: '1'

tfabraham commented 6 years ago

[UnknownUser@4/8/2013] Resolved with changeset 72444.

tfabraham commented 6 years ago

[UnknownUser@5/16/2013]