Joel Kalvesmaki
Joel Kalvesmaki
Static parameters (`static="true"`) allow you to exclude any XSLT component at run time. You can drop XSLT components by invoking `use-when`. Because of this combo of static parameters and `use-when`,...
@MarkNicholls No, I don't struggle with XSLT's include/import functionality. It's fantastic, and any warning or error messages constantly prod me to rethink file structures. They invariably nudge me into better...
Also, you're right to call my approach a trick -- it's very subtle. I usually look for a way to shift such structures to a more traditional model. I can...
I support this improvement. Is there some way we can abbreviate `record(map-entry-item as ..., key as ..., value as ..., item as item(), position as ...)` and its array counterpart...
I doubt that I am representative of the type of person who should influence this question. That said, if `fn:stack-trace` were made available, I would use it relatively often, certainly...
I have had to develop applications in environments where it is difficult (sometimes very difficult) to intercept the message listener when invoking an XSLT subprocess, and the ability to write...