lets say I have the following XML file (very short version) generated from ASP.NET querying a SQL stored proc: - - Nixon Red Amber - Ford Green Green - Carter Amber Red - and I want this output (again, simplified):
Nixon
Ford
Carter
Red
Green
Amber
Amber
Green
Red
Can anyone help? I'm very new at XML/XSLT but, naturally, the client wants this asap. My brain hurts.
Well, do you want to add them in the transformation? Just by having them on data like this would do it already:
Name Base Server Nixon Red Amber Ford Green Green Carter Amber Red
Yeah, I was just thinking if that would have been preferred because then names would not be kept in XSLT file (when something changes). I mean if they were in the XSLT itself, stylsheet could look something like:
xmlns:msxsl="urn:schemas-microsoft-com:xslt" exclude-result-prefixes="msxsl">
Name
Base
Server
this is the XSLT I'm using: Question is there a way to use BOLD font for some of my "Names"? ---code---(edited) Aution LN Ser NA DMi DMu TC STANFINS AOC AMS IAA - G IAA - T Com ATS VMS OPOF ITC Visual In CC VC
jodyford
Member
100 Points
20 Posts
XML XSLT to table columns
Sep 25, 2003 03:21 AM|LINK
joteke
All-Star
46284 Points
6896 Posts
ASPInsiders
MVP
Re: XML XSLT to table columns
Sep 25, 2003 01:32 PM|LINK
Teemu Keiski
Finland, EU
jodyford
Member
100 Points
20 Posts
Re: XML XSLT to table columns
Sep 25, 2003 02:52 PM|LINK
joteke
All-Star
46284 Points
6896 Posts
ASPInsiders
MVP
Re: XML XSLT to table columns
Sep 25, 2003 03:33 PM|LINK
Teemu Keiski
Finland, EU
jodyford
Member
100 Points
20 Posts
Re: XML XSLT to table columns
Sep 25, 2003 03:39 PM|LINK
joteke
All-Star
46284 Points
6896 Posts
ASPInsiders
MVP
Re: XML XSLT to table columns
Sep 25, 2003 03:43 PM|LINK
Teemu Keiski
Finland, EU
jodyford
Member
100 Points
20 Posts
Re: XML XSLT to table columns
Sep 25, 2003 03:49 PM|LINK
joteke
All-Star
46284 Points
6896 Posts
ASPInsiders
MVP
Re: XML XSLT to table columns
Sep 25, 2003 04:02 PM|LINK
Teemu Keiski
Finland, EU
jodyford
Member
100 Points
20 Posts
Re: XML XSLT to table columns
Sep 25, 2003 05:25 PM|LINK
joteke
All-Star
46284 Points
6896 Posts
ASPInsiders
MVP
Re: XML XSLT to table columns
Sep 25, 2003 05:38 PM|LINK
Teemu Keiski
Finland, EU