| Jan Eliasen 2004-02-08, 8:38 am |
| On Wed, 14 Jan 2004 02:08:40 -0800, "Naval" <navalarya@hotmail.com>
wrote:
BizTalk 2004 issues belong in the BizTalk 2004 newsgroup. Find a link
on microsoft.com/biztalk/beta
Anyway, someone has suggested something about a parser to you... A
parser will not map anything. The parser only translates you incoming
document into xml. To do mapping, you will need the mapper, or do the
mapping yourself either in a preprocessor or an AIC.... In BizTalk
2002 at least :-)
>hi,
> i am a new Developer to use Biztalk 2004.
>i am just at learning stage can any one of u guide on
>following.
>
>i have a input schema as follows
><Name>Naval</Naval>
><Accads>
> <class year="1190" marks="80.00"/>
> <class year="1290" marks="81.00"/>
></Accads>
>
>the output shud be two files
>
><Name>Naval</Naval>
><Accads>
> <class year="1190" marks="80.00"/>
></Accads>
>
><Name>Naval</Naval>
><Accads>
> <class year="1190" marks="80.00"/>
></Accads>
>
>so can i achieve it without using mapping
>
>pls do reply
>thanks in advance
>
>Regards
>Naval Arya
>
>
>
>
--
Jan Eliasen, representing himself and not the company he works for.
MCP in Microsoft BizTalk Server
|