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 » MQSI - XML/ESQL question

Post new topic  Reply to topic
 MQSI - XML/ESQL question « View previous topic :: View next topic » 
Author Message
kwelch
PostPosted: Tue Feb 26, 2002 11:41 am    Post subject: Reply with quote

Master

Joined: 16 May 2001
Posts: 255

Hi,

I am not sure if this is an XML or an ESQL question. I am working with MQSI processes that convert legacy cobol formats to ACORD XML. The problem is that the ACORD DTD does not have a place for everything we want to pass. They allow us to create our own company tags. I am being asked to create an XML tag similar to the following: <com.TheHartford:TransactionFromWhereCd>. The . and the : seem to be the problem. Does anyone know how to code this in ESQL?
Thanks.

Karen
Back to top
View user's profile Send private message Send e-mail
kirani
PostPosted: Tue Feb 26, 2002 1:14 pm    Post subject: Reply with quote

Jedi Knight

Joined: 05 Sep 2001
Posts: 3779
Location: Torrance, CA, USA

Karen,

Try using following ESQL code in a compute node,
SET OutputRoot.XML."com.TheHartford:TransactionFromWhereCd" = 'My Data';

This will create output message,
<com.TheHartford:TransactionFromWhereCd>My Data</com.TheHartford:TransactionFromWhereCd>

Regards,
Kiran
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » MQSI - XML/ESQL question
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.