| Randal van Splunteren 2006-03-21, 5:54 pm |
| Hi,
I have a map which uses a custom XSLT. If I test the map from within visual
studio using a test message I get the desired results. It looks something
like this:
<?xml version='1.0' encoding='utf-8'?>
<myElement>
<myOtherElement>Test<myOtherElement>
<myElement>
My solution also contains a very simple orchestration. It structure is file
in -> transformation (using map mentioned above) -> file out.
I put the same test message from the test map scenario above as input message.
When I look in the file out folder I see the following xml:
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
Test
As you can see the xml tags are missing.
I have the following questions:
Why is there a difference between executing the map from visual studio and
from the biztalk run time?
Why do I get the bonus 'standalone' in the xml declaration?
Where are the xml tags and why?
TIA,
Randal van Splunteren
|