Re: Passing a "callback" name to ixsl:schedule-action

Michael Kay <mike-JkSD5nQpfvpWk0Htik3J/[email protected]>
Newsgroups gmane.text.xml.saxon.help
Message-ID <[email protected]>

> On 31 Aug 2020, at 09:05, Alan Painter <[email protected]> wrote:
> 
> Definitely inspired by your excellent FXSL.
> 
> I've found more and more uses for this approach, even when using XSLT3.
> 

Note also that with XSLT 3.0 you don't need to create dummy elements for the template rules to match; you can match against atomic values. The syntax is a bit clunky

match=".[.='banana']"

but you get used to it...

Having said that, template rules that match by element name are going to be the most efficient.

Michael Kay
Saxonica

_______________________________________________
saxon-help mailing list archived at http://saxon.markmail.org/
[email protected]
https://lists.sourceforge.net/lists/listinfo/saxon-help
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.