Re: [xsl] fixing XSL search using values from a variable against multiple XML files

Subject: Re: [xsl] fixing XSL search using values from a variable against multiple XML files
From: "Dave Lang emaildavelang@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 5 Oct 2018 02:08:44 -0000
Thanks for your help, Wendell - I've got your suggested solution working now. I'm sure I'll be back to bug you with some questions (but not before I try to find the answers on my own first!).

cheers,

dave

On 2018-10-04 10:47 AM, Wendell Piez wapiez@xxxxxxxxxxxxxxx wrote:
Dave,

Yeah it looks like there might be a syntax error line 20 should perhaps have

       <xsl:message>{document-uri(/)} contains {
string-join($filenames_here,', ') }</xsl:message>

also this is under 3.0 with @expand-text ...

Current Thread