[xslt] Concatenating blocks (and a bit more) with XSLT



Hi!

I get a XML document containing (at some level in the doc): 

<XXX action="">

      <old>

            old_data

      </old>

</XXX>

<XXX action="">

      new_data

</XXX>

 

… and I’d need to transform this into the following:

 

<XXX action="">

      <old>

            old_data

      </old>

      new_data

</XXX>

 

I’ve been looking into what XSLT can provide but it’s not very clear whether this is actually do-able or not…

Any idea?

Cheers!

-e

 

 

 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]