Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


work with different trees

From: "MB" <mblishch@-----.--->
To: NULL
Date: 4/5/2005 8:10:00 AM
Hello. Please help me with solving such problem:
I have input xml like this:

<root>
  <part1>
    <a>
      <b> AA <b> <b> BB <b>
    </a>
    <a>
      <b> EE <b> <b> FF <b> <b> GG <b>
    </a>
  </part1>

  <part2>
    <w>
      <ss> a </ss> <ss> b </ss> <ss> c </ss> <ss> d </ss>
    </w>
    <w>
      <ss> e </ss> <ss> f </ss> <ss> g </ss>
    </w>
  </part2>

</root>
---------------------------------------------------------
I need such output:
<part12>
  <res>
    <r>a AA </r>
    <r>b BB </r>
    ...
    <r>h HH </r>
  <res>
<part12>

Problem is that when I need to concatenate values from different trees
I don't know how get the value of corresponded element from another
tree.



transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent