|
Home > Archive > BizTalk Server Tools > September 2004 > Mapping between two schemas with empy output elements
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Mapping between two schemas with empy output elements
|
|
|
| I would like to do a mapping between two schemas but in the output schema I
have to generate empty elements (eg: <etc/> ), according to the destination
schema, even if I dont have links from the source schema.
How can I do this?
I've tried the "nillable" property on the destination schame, but it seems
to not working.
| |
| Jan Eliasen 2004-09-22, 9:56 pm |
| Hi.
If the element that should be there in the destination gets a value
from the source, and the source isn't there, then add an
"exists"-functoid and connect the input to the source element. The
output shold go to an "equals"-functoid with "false" as the second
input. Connect the output from the "equals"-functoid to the element
that should be there in the destination.
If there simply isn't an element in the source docucument to map from,
then give the element a default value in the "value"-property.
Jan Elaisen
On Mon, 20 Sep 2004 04:29:04 -0700, "Peter"
<Peter@discussions.microsoft.com> wrote:
>I would like to do a mapping between two schemas but in the output schema I
>have to generate empty elements (eg: <etc/> ), according to the destination
>schema, even if I dont have links from the source schema.
>How can I do this?
>I've tried the "nillable" property on the destination schame, but it seems
>to not working.
--
Jan Eliasen, representing himself and not the company he works for.
|
|
|
|
|