|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: String Manipulation - Distinguishing alphas and nu
You need to write a template with a name attribute, and call it to process the string. Pass the string to it as a parameter. This template would handle the first part of the string, then if there's any string remaining, it should call itself, passing itself the remainder of the string. Kevin wrote: > Does anyone know how to do this? (the chemistry is not the > issue, I realize > this is a bogus combination) > > > XML source: > <para>candybars are made of <chemical>H20ClF3</chemical>.</para> > > > XSL needed????? > <xsl:template match="chemical"> > <xsl:variable name="this_chemical" select="."/> > > <!-- This is the part I'm stuck on. How do I process the string? The > translate function only wants to replace something. How do I > walk through > the string and wrap each number with the FO for subscript? --> > > </xsl:template> > > XSL-FO desired: > > <fo:block>water is made of H<fo:inline baseline-shift="sub" > >2</fo:inline>OClF<fo:inline baseline-shift="sub" > >3</fo:inline>.</fo:block> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








