| Author |
Mapper - Any Element
|
|
| Slammer 2005-06-15, 6:00 pm |
| I have a schema that I'm mapping to that has an element defined as
'Any' (Any element). Is it possible to map typed elements in my source
schema to this Any element? Thanks.
| |
| Tom Lysholt Hansen 2005-06-29, 5:51 pm |
| Hi,
I don't know if this is still an issue for you but here's some info.
You can map from a record in your source schema to a record in the
destination schema that only has an any element below it. Example:
<Address>
<street />
<number />
...
</Address>
Can be mapped to:
<TargetAddress>
<ANY>
</ TargetAddress>
By dragging a link from Address to TargetAddress.
--
Regards
Tom Lysholt Hansen
"Slammer" wrote:
> I have a schema that I'm mapping to that has an element defined as
> 'Any' (Any element). Is it possible to map typed elements in my source
> schema to this Any element? Thanks.
>
>
| |
| Paul Somers\(MVP\) 2005-07-13, 7:53 am |
| I have used "any" elements extensively, its very difficult using the mapper
to handle them, I use external xslt files to do all my mapping.
"Slammer" <the_unit_2@yahoo.com> wrote in message
news:1118866409.070224.286460@o13g2000cwo.googlegroups.com...
>I have a schema that I'm mapping to that has an element defined as
> 'Any' (Any element). Is it possible to map typed elements in my source
> schema to this Any element? Thanks.
>
| |
| Tan Nguyen 2006-03-08, 5:53 pm |
| No it's not possible. A suggestion is to use a Scripting functoid and
write some inline XSLT.
Regards,
Tan Nguyen
Microsoft BizTalk Server
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| From: "Slammer" <the_unit_2@yahoo.com>
| Newsgroups: microsoft.public.biztalk.tools
| Subject: Mapper - Any Element
| Date: 15 Jun 2005 13:13:29 -0700
| Organization: http://groups.google.com
| Lines: 4
| Message-ID: <1118866409.070224.286460@o13g2000cwo.googlegroups.com>
| NNTP-Posting-Host: 64.140.44.67
| Mime-Version: 1.0
| Content-Type: text/plain; charset="iso-8859-1"
| X-Trace: posting.google.com 1118866416 11884 127.0.0.1 (15 Jun 2005
20:13:36 GMT)
| X-Complaints-To: groups-abuse@google.com
| NNTP-Posting-Date: Wed, 15 Jun 2005 20:13:36 +0000 (UTC)
| User-Agent: G2/0.2
| Complaints-To: groups-abuse@google.com
| Injection-Info: o13g2000cwo.googlegroups.com; posting-host=64.140.44.67;
| posting- account=2639HA0AAAAC7Px_LTysQwaeQ7HCJoxs
| Path:
TK2MSFTNGXA01.phx.gbl!TK2MSFTFEED02.phx.gbl!tornado.fastwebnet.it!tiscali!ne
wsfeed1.ip.tiscali.net!news.glorb.com!postnews.google.com!o13g2000cwo.google
groups.com!not-for-mail
| Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.biztalk.tools:915
| X-Tomcat-NG: microsoft.public.biztalk.tools
|
| I have a schema that I'm mapping to that has an element defined as
| 'Any' (Any element). Is it possible to map typed elements in my source
| schema to this Any element? Thanks.
|
|
|
|
|
|