[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Selecting First Letter

Subject: RE: Selecting First Letter
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Tue, 30 Sep 2003 23:06:10 +0100
xsl first letter
> 
> <xsl:template match="text()">
>    <xsl:variable name="initial" select="substring(.,1,1)">
>    <b><xsl:value-of select="$initial"/></b>
>    <xsl:value-of select="substring-after(.,$initial)"/>
> </xsl:template>
> 
> should do it. (The rest would be an identity transform.)

I suspect he didn't want to do it on every text node, perhaps only the
first text node in a <p> element. So there might be a need to refine the
conditions a bit:

(a) in the above template, do something to test whether it's one of the
text nodes you want to treat this way, e.g. by testing whether
<xsl:number level="any" from="p"> is 1

or (b) in the template rule for the <p> element, process the descendants
with a parameter set to the generate-id() of the first descendant text
node, and test this parameter in the text template.

 Michael Kay

> 
> Cheers,
> Wendell
> 
> At 01:33 PM 9/30/2003, you wrote:
> >I would like to be able to select the
> >first letter of the first text node
> >within a hierarchy, e.g., the "S" here:
> >
> >   <content>
> >     <p><a href="...">Some</a> Text</p>
> >   </content>
> >
> >and create a new element with that letter
> >while keeping the rest of the structure
> >as is, e.g:
> >
> >   <content>
> >     <p><a href="..."><b>S</b>ome</a> Text</p>
> >   </content>
> 
> 
> ======================================================================
> Wendell Piez                            mailto:wapiez@xxxxxxxxxxxxxxxx
> Mulberry Technologies, Inc.                http://www.mulberrytech.com
> 17 West Jefferson Street                    Direct Phone: 301/315-9635
> Suite 207                                          Phone: 301/315-9631
> Rockville, MD  20850                                 Fax: 301/315-8285
> ----------------------------------------------------------------------
>    Mulberry Technologies: A Consultancy Specializing in SGML 
> and XML 
> ======================================================================
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.