difficult xsl transform clarification

G

Greg

A and B can be anything, another words those elements are variable.


I need to transform:
<A> x <\A>
<A> y <\A>
<B> i <\B>
<B> j <\B>
<B> k <\B>

into:
<A>
<P> x <\P>
<P> y <\P>
</A>
<B>
<P> i <\P>
<P> j <\P>
<P> k <\P>
</B>

There seems no easy way to do that. Am I missing somethig? I tried
using variables, but they cannot be reassigned within the same
context. Anyone?

Thx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top