I have an XML document of the form

<data>
  <details>
    <row>
      <item1>
      <item2>
    </row>
    <row>
      <item1>
      <item2>
    </row>
  </details>
</data>

I cannot seem to find a way to successfully iterate over the row elements.  For 
some reason the data from each of the rows is being co-mingled.  Does anyone 
have an example of iterating over xml elements using the XMLTool?

Ralph
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@velocity.apache.org
For additional commands, e-mail: user-h...@velocity.apache.org

Reply via email to