I have an XML file that looks like this:
<A>
<B.../>
<C.../>
<C.../>
<C.../>
<D.../>
<D.../>
</A>
I am trying to come up with a way to format it like this using XSLT:
<A>
<B.../>
<C.../>
<D.../>
</A>
I have tried a number of things like using for-each loops that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.