Re: [xsl] Re: Need help with tokenize functionality in XSLT 1.0

Subject: Re: [xsl] Re: Need help with tokenize functionality in XSLT 1.0
From: "Norman Tovey-Walsh ndw@xxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 20 Aug 2020 09:40:56 -0000
>> <xsl:template match="Payment">
>>  <xsl:param name="details" select="invoiceDetails"/>
>>  <xsl:variable name="car" select="substring-before($details,';')"/>
>>  <xsl:variable name="cdr" select="substring-after($details,';')"/>

It occurs to me that if there might be more than one pair of entries in
$details, then you might have to call a template recursively.

                                        Be seeing you,
                                          norm

--
Norman Tovey-Walsh <ndw@xxxxxxxxxx>
https://nwalsh.com/

> It is well to remember that the entire universe, with one trifling
> exception, is composed of others.--John Andrew Holmes

[demime 1.01d removed an attachment of type application/pgp-signature which had a name of signature.asc]

Current Thread