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

RE: How to implement common functionality

Subject: RE: How to implement common functionality
From: "Oleg Tkachenko" <ost@xxxxxxxxxxxxxxxxx>
Date: Thu, 26 Jul 2001 16:50:33 +0200
common f
Hello Suraiya !

What about named template like this one ?

<xsl:template name="convertToDecimal">
	<xsl:param name="string"/>
	<xsl:value-of select="format-number(substring($string,2) div 100, '00.00')"/>
</xsl:template>

...

<xsl:call-template name="convertToDecimal">
	<xsl:with-param name="string" select="@DOLLARAMT"/>
</xsl:call-template>
	
---
Oleg Tkachenko
Multiconn International

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Haque,
> Suraiya
> Sent: Thursday, July 26, 2001 3:35 PM
> To: 'XSL-List@xxxxxxxxxxxxxxxxxxxxxx'
> Subject:  How to implement common functionality
> 
> 
> 	I have to do some text formatting in multiple XSL files using the
> same format. I would like to define this once in a central file 
> and reuse it
> in the XSL files. Right now I have the formatting implemented for each
> field.
> 
> 	In my XML, 10.00 is specified as +000000001000
> 	and I format it to 10.00 by using
> 
> 	<xsl:value-of
> select="format-number((number(substring(@DOLLARAMT,2)))div 100, 
> '00.00')"/>
> 
> 	I would like to define the formatting command in a central place so
> that I can do something like this:
> 
> 	<xsl:value-of select="convertToDecimal(@DOLLARAMT)"/>
> 
> 	Is there a way to do this? Can I do this in a css file?
> 
> 	Thanks,
> 	Suraiya
> 
> 
> 
>  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.