ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » problem in getting correct xml tag sequence

Post new topic  Reply to topic
 problem in getting correct xml tag sequence « View previous topic :: View next topic » 
Author Message
know_ashu
PostPosted: Tue Aug 30, 2005 3:55 am    Post subject: problem in getting correct xml tag sequence Reply with quote

Novice

Joined: 25 Jun 2005
Posts: 22

Hi,
I am trying to build XML as below:
<A><B>1</B></A><A><B>2</B></A><A><B>3</B></A>

When i use the following in my ESQL its giving error.
SET OutputRoot.XML."A"[1]."B"[1] = 1;
SET OutputRoot.XML."A"[2]."B"[2] = 2;
SET OutputRoot.XML."A"[3]."B"[3] = 3;

-------------------------------------------------

When I use the following
SET OutputRoot.XML."A"."B"[1] = 1;
SET OutputRoot.XML."A"."B"[2] = 2;
SET OutputRoot.XML."A"."B"[3] = 3;

It produces the XML as below:
<A><B>1</B><B>2</B><B>3</B></A>
Back to top
View user's profile Send private message
know_ashu
PostPosted: Tue Aug 30, 2005 4:50 am    Post subject: resolved. Reply with quote

Novice

Joined: 25 Jun 2005
Posts: 22

Please ignore this message...As it was resolved...Thanks.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » problem in getting correct xml tag sequence
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.