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 » Adding comments (<!-- -->) inside the xml by using ESQ

Post new topic  Reply to topic
 Adding comments (<!-- -->) inside the xml by using ESQ « View previous topic :: View next topic » 
Author Message
christopher j
PostPosted: Sun Feb 13, 2011 9:04 pm    Post subject: Adding comments (<!-- -->) inside the xml by using ESQ Reply with quote

Novice

Joined: 01 Jan 2010
Posts: 20

Hi,
,
Could you please help me to add comments inside the xml (<!-- -->) by using ESQL.
I observed that '<' got converted into '&lt' .Is there any way to avoid this?
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Sun Feb 13, 2011 10:24 pm    Post subject: Re: Adding comments (<!-- -->) inside the xml by using Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20696
Location: LI,NY

christopher j wrote:
Hi,
,
Could you please help me to add comments inside the xml (<!-- -->) by using ESQL.
I observed that '<' got converted into '&lt' .Is there any way to avoid this?

I suppose that you are not talking about adding a comment inside a field but about adding a comment field.
Look up the corresponding code for the corresponding parser. It works like an attribute or cdata field. (XMLNSC.Comment)

Have fun
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
kimbert
PostPosted: Mon Feb 14, 2011 3:29 am    Post subject: Reply with quote

Jedi Council

Joined: 29 Jul 2003
Posts: 5542
Location: Southampton

Code:
SET OutputRoot.XMLNSC.myRootTag.(XMLNSC.Comment)anyNameYouLike = "Text of the comment";
Back to top
View user's profile Send private message
akidase
PostPosted: Fri Jul 21, 2017 7:13 am    Post subject: Reply with quote

Centurion

Joined: 10 Jan 2011
Posts: 124

Quote:
Code:
SET OutputRoot.XMLNSC.myRootTag.(XMLNSC.Comment)anyNameYouLike = "Text of the comment";


This works however I see this at the end of the file.. Is there anyway we could enforce it to have it come in the beginning of the xml?
Back to top
View user's profile Send private message
Vitor
PostPosted: Fri Jul 21, 2017 7:15 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

akidase wrote:
Quote:
Code:
SET OutputRoot.XMLNSC.myRootTag.(XMLNSC.Comment)anyNameYouLike = "Text of the comment";


This works however I see this at the end of the file.. Is there anyway we could enforce it to have it come in the beginning of the xml?


Don't use SET, use CREATE FIRSTCHILD OF OutputRoot.XMLNSC.myRootTag.

This is nothing to do with comments and is basic "how to build XML in ESQL"
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Fri Jul 21, 2017 7:16 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

akidase wrote:
Quote:
Code:
SET OutputRoot.XMLNSC.myRootTag.(XMLNSC.Comment)anyNameYouLike = "Text of the comment";


This works however I see this at the end of the file.. Is there anyway we could enforce it to have it come in the beginning of the xml?


The same way you control the location of any element in the logical message tree.
_________________
chmod -R ugo-wx /
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 » Adding comments (<!-- -->) inside the xml by using ESQ
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.