This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Capitalizing only the first letter of each word


Katie McNally wrote:
> I am getting back my data in ALL-CAPS.  Is there any way to display the 
> first letter of each word in uppercase, but the rest of each word in 
> lowercase?

The XSLT Standard Library, http://xsltsl.sourceforge.net/,
has a capitalise template.  This will handle i18n issues,
but not l10n issues (Mc, Mac, O'*, etc).

XSLTSL also has a 'camelcase' template for more programming-
style capitalisation, eg. 'an identifier' -> AnIdentifier.

This is a pure-XSLT solution - no extensions necessary and
100% portable.

Cheers,
Steve Ball

-- 
Steve Ball            |   XSLT Standard Library   | Training & Seminars
Zveno Pty Ltd         |     Web Tcl Complete      |   XML XSL Schemas
http://www.zveno.com/ |      TclXML TclDOM        | Tcl, Web Development
Steve.Ball@zveno.com  +---------------------------+---------------------
Ph. +61 2 6242 4099   |   Mobile (0413) 594 462   | Fax +61 2 6242 4099


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]