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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Another quick question. I have t

Status
Not open for further replies.

tokoh

Programmer
May 23, 2001
13
0
0
AU
Another quick question.

I have this XML.
<Celebrity>
<TVShow>The Crocodile Hunter</TVShow>
<FirstName>STEVE</FirstName>
<LastName>IRWIN</LastName>
</Celebrity>

I want to display the value of the FirstName and LastName element using XSLT, but I want to display it as a title eg. Steve Irwin rather than STEVE IRWIN.
Can the value be manipulated on display to make it all lower case as well for example?
Is this possible, or will it need to be something that occurs at the backend system/database???

Thanks Heaps.
Tokoh
 
You can use VBScript in your XSLT, but I feel that should be a last resort....

Jordi Reineman
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top