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 » HTML Page in ESQL

Post new topic  Reply to topic
 HTML Page in ESQL « View previous topic :: View next topic » 
Author Message
tr
PostPosted: Wed May 14, 2014 9:04 pm    Post subject: HTML Page in ESQL Reply with quote

Novice

Joined: 30 Mar 2014
Posts: 11

I am creating html page in esql using the below code for emailoutput node.

DECLARE line1 CHAR 'This is my line 1';
DECLARE line2 CHAR 'This is my line 2';

CREATE LASTCHILD OF OutputRoot.XMLNSC.html.body.p TYPE (XMLNSC.PCDataValue) VALUE line1;
CREATE LASTCHILD OF OutputRoot.XMLNSC.html.body.p NAME 'br' VALUE NULL;
CREATE LASTCHILD OF OutputRoot.XMLNSC.html.body.p TYPE (XMLNSC.PCDataValue) VALUE line2;
CREATE LASTCHILD OF OutputRoot.XMLNSC.html.body.p NAME 'br' VALUE NULL;

can anyone tell me how can I format this with HTML attributes like bgcolor ,border etc.
Back to top
View user's profile Send private message
Tibor
PostPosted: Thu May 15, 2014 1:54 am    Post subject: Reply with quote

Grand Master

Joined: 20 May 2001
Posts: 1033
Location: Hungary

Perhaps...
Code:
CREATE LASTCHILD OF OutputRoot.XMLNSC.html.body.p TYPE (XMLNSC.PCDataValue) VALUE line1 AS ref;
SET ref.(XMLNSC.Attribute)bgcolor = 'red';
SET ref.(XMLNSC.Attribute)border = '1';
-- etc...
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 » HTML Page in ESQL
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.