Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
Hi, I have an xml structure which has two ("oneof blocks")Can we able to split that block's content
In my XML structure, I have a two-block named "oneOf" which has content like document code, document name, and so on where I need to print that document name alone. I can able to Print it but the thing is two blocks are merging into one. I need to split that as the block it is in OIC flow. Is that Possible?
Here I'm attaching an example XML structure for reference.
Please share your thoughts and ideas on implementing the logic.
Tagged:
Answers
-
It should be possible but without knowing anything about what you've done so far it's hard to make suggestions. You said you are able to get information to print out, but it is merged, so show us how you are parsing/extracting data from the XML.