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 » drop xml version in message

Post new topic  Reply to topic
 drop xml version in message « View previous topic :: View next topic » 
Author Message
klabran
PostPosted: Tue Jun 01, 2004 4:01 pm    Post subject: drop xml version in message Reply with quote

Master

Joined: 19 Feb 2004
Posts: 259
Location: Flagstaff AZ

How do I drop the xml version directive in a message?

<?xml version="1.0" ?>

Kevin
Back to top
View user's profile Send private message Visit poster's website
Missam
PostPosted: Tue Jun 01, 2004 4:41 pm    Post subject: Reply with quote

Chevalier

Joined: 16 Oct 2003
Posts: 424

This is XML declaration part.

you need to remove those declaration statements from your ESQL Code.

If you are doing XML to XML copy.you need to edit your ESQL code and make sure you are not copying declaration.
Back to top
View user's profile Send private message
JT
PostPosted: Tue Jun 01, 2004 6:25 pm    Post subject: Reply with quote

Padawan

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

Quote:
How do I drop the xml version directive in a message?
If you're referring to the output message, this might work:
Code:
SET OutputRoot.XML.(XML.XmlDecl) = NULL;
Back to top
View user's profile Send private message
klabran
PostPosted: Wed Jun 02, 2004 6:37 am    Post subject: Reply with quote

Master

Joined: 19 Feb 2004
Posts: 259
Location: Flagstaff AZ

Thanks for the answer! It worked...
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 » drop xml version in message
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.