Author |
Message |
Topic: how to delete duplicate xml tag <?xml version='1.0' ?> |
pvsr
Replies: 24 Views: 10192
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 13, 2013 1:03 am Subject: how to delete duplicate xml tag <?xml version='1.0' ?> |
thanks for your advice |
Topic: how to delete duplicate xml tag <?xml version='1.0' ?> |
pvsr
Replies: 24 Views: 10192
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 10, 2013 1:23 am Subject: how to delete duplicate xml tag <?xml version='1.0' ?> |
this is the code in last i have done that coding..
please let me know where i done wrong...
where i have to change the code or else something |
Topic: how to delete duplicate xml tag <?xml version='1.0' ?> |
pvsr
Replies: 24 Views: 10192
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 10, 2013 1:20 am Subject: how to delete duplicate xml tag <?xml version='1.0' ?> |
CREATE PROCEDURE SourceToTarget() BEGIN
--Form output msg
--Copy Message Headers
CALL CopyMessageHeaders();
SET OutputRoot.MQMD.Format='MQSTR';
--Get Qu ... |
Topic: how to delete duplicate xml tag <?xml version='1.0' ?> |
pvsr
Replies: 24 Views: 10192
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 09, 2013 5:36 am Subject: how to delete duplicate xml tag <?xml version='1.0' ?> |
sorry for troubling you that we use xml for input parsing.
later when tranformation was done we get output as xml.
So here when am trying to use xmlnsc .
its giving me the double version as men ... |
Topic: Adding Xml attribute Encoding to the OutputRoot |
pvsr
Replies: 4 Views: 4298
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 09, 2013 4:05 am Subject: Adding Xml attribute Encoding to the OutputRoot |
but here am working with mrm domain..
for that how cahn i add the code and get the output with version and encoding as headers. |
Topic: how to delete duplicate xml tag <?xml version='1.0' ?> |
pvsr
Replies: 24 Views: 10192
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 09, 2013 3:57 am Subject: how to delete duplicate xml tag <?xml version='1.0' ?> |
what ever you said is correct .
I have done debugging then i came to know that what ever the code i have written wont work.
i need to make another code which will give me the exact output as i ... |
Topic: how to delete duplicate xml tag <?xml version='1.0' ?> |
pvsr
Replies: 24 Views: 10192
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 07, 2013 8:10 am Subject: how to delete duplicate xml tag <?xml version='1.0' ?> |
i mean to ask you is there any other options to declare that xml attribute using mqmd or else with some other functions.
in my esql i didnt find any declaration that was done directly .
please l ... |
Topic: how to delete duplicate xml tag <?xml version='1.0' ?> |
pvsr
Replies: 24 Views: 10192
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 07, 2013 7:56 am Subject: how to delete duplicate xml tag <?xml version='1.0' ?> |
so can you please let me know where should i check
whether it was declared twice or not..
 |
Topic: how to delete duplicate xml tag <?xml version='1.0' ?> |
pvsr
Replies: 24 Views: 10192
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 07, 2013 7:05 am Subject: how to delete duplicate xml tag <?xml version='1.0' ?> |
thats what am asking show me an alternate way.
whether i have to check mqmd or else some other code |
Topic: how to delete duplicate xml tag <?xml version='1.0' ?> |
pvsr
Replies: 24 Views: 10192
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 07, 2013 5:40 am Subject: how to delete duplicate xml tag <?xml version='1.0' ?> |
where should i check in esql.
i want only the output with only one xml version and encoding
i dont want to use any rcd node in my message flow..
without that how can i get the standard output ... |
Topic: how to delete duplicate xml tag <?xml version='1.0' ?> |
pvsr
Replies: 24 Views: 10192
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 07, 2013 2:06 am Subject: how to delete duplicate xml tag <?xml version='1.0' ?> |
Here in output am getting two <?xml version="1.0" encoding="iso-8859-1"?>
<?xml version="1.0" ?>
<Customer></Customer>
So i want only one t ... |
Topic: Adding Xml attribute Encoding to the OutputRoot |
pvsr
Replies: 4 Views: 4298
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 06, 2013 3:44 am Subject: Adding Xml attribute Encoding to the OutputRoot |
Currently, each record starts with the XML declaration:Â <?xml version="1.0"?>
Â
Change so each record starts with the XML declaration:Â <?xml version="1.0" encoding= ... |