Re: [Koha-devel] Random XSLT knowledge

2024-03-11 Thread Marcel de Rooy via Koha-devel
Cool. Nice example. Thanks. From: David Cook Sent: Monday, March 11, 2024 12:27 AM To: Marcel de Rooy ; 'Koha Devel' Subject: RE: [Koha-devel] Random XSLT knowledge Hi Marcel, Sure! Before Koha started using “http://exslt.org/strings” to encode URIs, I used to use register_function to add

Re: [Koha-devel] Random XSLT knowledge

2024-03-10 Thread David Cook via Koha-devel
0899 Online: 02 8005 0595 From: Marcel de Rooy Sent: Friday, 8 March 2024 6:13 PM To: 'Koha Devel' ; David Cook Subject: Re: [Koha-devel] Random XSLT knowledge Hi David, Thanks for sharing. Would you have an example of how you use register_function with Koha functions to share? M

Re: [Koha-devel] Random XSLT knowledge

2024-03-07 Thread Marcel de Rooy via Koha-devel
] Random XSLT knowledge Hi all, I’ve been working on performance issues, and in the process I got looking at XSLTs. I just wanted to share that it’s possible to pass strings to the XSLT’s transform() method: -return $engine->transform($xmlrecord, $xslfilename ); #file or URL +ret

[Koha-devel] Random XSLT knowledge

2024-03-07 Thread David Cook via Koha-devel
Hi all, I've been working on performance issues, and in the process I got looking at XSLTs. I just wanted to share that it's possible to pass strings to the XSLT's transform() method: -return $engine->transform($xmlrecord, $xslfilename ); #file or URL +return