Jump to content

I hate XSLT - Can anyone help?


Recommended Posts

Posted

I have this XML:

 

  
   Dan
   24
 
 
   Tom
   15
 
 
   Dan
   24
 
 
   James
   18
 

 

And i need this HTML output:

 

</pre><ul class="data">
Dan
Dan
</ul><br><br><ul class="data">
James
</ul><br><br><ul class="data">
Tom
Tom

 

Grouping same and sorting...

 

 

Any inspiration appreciated!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...