Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XSLT Question

Status
Not open for further replies.

ietprofessional

Programmer
Joined
Apr 1, 2004
Messages
267
Location
US
if i have a xml like this:

<DataSet>
<Table>
<Customer>Jim</Customer>
<Service>Some Service</Service>
<Times>3</Times>
</Table>
<Table>
<Customer>Jim</Customer>
<Service>Some Other Service</Service>
<Times>5</Times>
</Table>
</DataSet>

How would I you xslt to output

Jim

Some Service 3
Some Other Service 5

Thanks,
Harold
 
Yeah. I got it to work. Do you need the solution? I've got it at home.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top