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]

RE: saxon fail to find xslt functions


i'll give it a try, i think some places it'll be at the end
of an XPath expression, but maybe I can work round that

> yes but you only need it to be a function if you use it 
> embedded inside
> a larger XPath expression.
> 
> something like /a/b[bcp:fixDate(.)='today']/x/y/z
> 
> If you just want to apply it in lots of places, can't you justdo
> 
> <xsl:template match="a|b|c">
>  <xsl:value-of 
> select="concat(substring(.,3,2),substring(.,6,2),substring(.,9,2))"/>
> </xsl:template>
> 
> David
> 

 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]