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

Re: xslt library usage

Subject: Re: xslt library usage
From: "jim" <cutlass@xxxxxxxxxxx>
Date: Fri, 4 May 2001 13:01:49 +0100
jim basa
off list,

tell me what happened, i am certain i can solve your problem ( apoliges if i
did not read any of your other postings, i have been in germany for awhile,
and a few thousand emails await me.... )

cheers ,jim fuller

----- Original Message -----
From: "Bas Alberts" <bas.alberts@xxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Friday, May 04, 2001 12:56 PM
Subject: RE:  xslt library usage


> Thanks Jim,
>
> But my problem is not getting them, but using/calling them properly.
> I took a peek at exslt.org, and applied their method of calling the
library,
> but that didn't help.
>
> Greetings,
> basa@work
>
>
> -----Original Message-----
> From: jim [mailto:cutlass@xxxxxxxxxxx]
> Sent: Friday, May 04, 2001 13:42
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re:  xslt library usage
>
>
> try http://www.exslt.org also as a place to get some standard functions.
>
> cheers, jim fuller
> > Hi all.
> >
> > I was pointed to the XSLT Standard Library at
> http://xsltsl.sourceforge.net/
> > where templates are available directly via the XMLNS. For example:
> >
> > <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
> >                 xmlns:str="http://xsltsl.sourceforge.net/string"
> >                 version="1.0">
> >
> > The synopsis for the String library's SUBST function is:
> > <xsl:template name="str:subst">
> > <xsl:param name="text"/>
> > <xsl:param name="replace"/>
> > <xsl:param name="with"/>
> >   ...
> > </xsl:template>
> >
> > My question is: how should such a template be used? I tried (variations
> of)
> > the following, with Instant-Saxon 6.2.2:
> >
> > <xsl:template match="matchXYZ">
> >     <xsl:call-template name="str:subst">
> >         <xsl:with-param name="text" select="text()"/>
> >         <xsl:with-param name="replace" select="'stringA'"/>
> >         <xsl:with-param name="with" select="'stringB'"/>
> >     </xsl:call-template>
> > </xsl:template>
> >
> > but was unsuccessful so far. Anyone tried this before?
> >
> > Greetings,
> > basa@work
> >
> >
> >  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> >
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>  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.