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 » XML parser question

Post new topic  Reply to topic
 XML parser question « View previous topic :: View next topic » 
Author Message
LH33
PostPosted: Mon Nov 21, 2005 12:47 pm    Post subject: XML parser question Reply with quote

Master

Joined: 21 Nov 2002
Posts: 200

Hi,

I need to have a message flow create the following XML:

<?xml version="1.0"?><XMI_MIICUD...</XMI_MIICUD>

Can someone help me determine how I can create the bolded tag in Esql?

Thanks!
Back to top
View user's profile Send private message
EddieA
PostPosted: Mon Nov 21, 2005 2:44 pm    Post subject: Reply with quote

Jedi

Joined: 28 Jun 2001
Posts: 2453
Location: Los Angeles

Isn't there a section in the EQSL manual/Helps that cover creating XML Declarations.

Cheers,
_________________
Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0
Back to top
View user's profile Send private message
JT
PostPosted: Mon Nov 21, 2005 3:32 pm    Post subject: Reply with quote

Padawan

Joined: 27 Mar 2003
Posts: 1564
Location: Hartford, CT.

Code:
SET OutputRoot.XML.(XML.XmlDecl).(XML.Version) = '1.0';
Back to top
View user's profile Send private message
Tibor
PostPosted: Mon Nov 21, 2005 4:37 pm    Post subject: Reply with quote

Grand Master

Joined: 20 May 2001
Posts: 1033
Location: Hungary

...and the encoding attribute is highly recommended for an XML document, e.g.
Code:
SET OutputRoot.XML.(XML.XmlDecl).(XML."Encoding") = 'utf-8';
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 » XML parser 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.