Author |
Message |
Topic: Merge Two XML Files in one |
BuddhuSardar
Replies: 8 Views: 5929
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 29, 2009 12:24 am Subject: Merge Two XML Files in one |
Here is the trouble:
The example I showed you has a limited number of tags. In real senerio, you dont know how many tags would be there and you also dont know the tag name. So I want to code it in ... |
Topic: Merge Two XML Files in one |
BuddhuSardar
Replies: 8 Views: 5929
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 29, 2009 12:11 am Subject: Merge Two XML Files in one |
The requirement is something like this:
We have 2 files with almost same data. File1 is the master data which may have some extra fields for <Employee> and which needs to go to downstream. Fi ... |
Topic: Merge Two XML Files in one |
BuddhuSardar
Replies: 8 Views: 5929
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 28, 2009 11:54 pm Subject: Merge Two XML Files in one |
I am facing diffficulty in traversing the XML nodes. If it would have been simple as compying <Employee> from file 2 to file 1, it would have been easier. It is something like copying children o ... |
Topic: Merge Two XML Files in one |
BuddhuSardar
Replies: 8 Views: 5929
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 28, 2009 10:26 pm Subject: Merge Two XML Files in one |
Hi Can anybody help me on this. I need to merge two XML files in one but I am not able to do so. Can you please help me to code this.
Here is the XML files:
File 1:
<?xml version="1.0&quo ... |
Topic: Collector node in MB6.1 |
BuddhuSardar
Replies: 4 Views: 4193
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 16, 2009 1:20 am Subject: Collector node in MB6.1 |
Hi,
The tree structure changes post collector node like:
If you want to access properties, use:
InputRoot.Collection.[CollectorName].Properties;
For MQMD:
InputRoot.Collection.MQInput.MQMD ... |