Generate sample XML from composite hierarchical structure
Posted
by
Jevgenij Nekrasov
on Stack Overflow
See other posts from Stack Overflow
or by Jevgenij Nekrasov
Published on 2012-11-30T11:02:15Z
Indexed on
2012/11/30
11:03 UTC
Read the original article
Hit count: 181
Let's say I have composite hierarchical structure. Each object in the structure has child collection of the same objects. Each object has XPath property, which stores the exact xpath to the element inside XML file. Right now I am trying to create an extension, which can generate XML string from that hierarchical structure, but first I want to make some sort of research what is the most efficient way to do that? ant what is the easiest way?
© Stack Overflow or respective owner