Re: [docbook-apps] Re: sorting bibliography by authors

From
Michael Smith <>
Date
2004-11-19T09:36:22+00:00
ID
Thread
Re: [docbook-apps] Re: sorting bibliography by authors
Yoshihiro Toda <> writes:

> # BTW, is there any way to define `advice' (in elisp sense) in XSLT?

What does "advice" in elisp do? It's sort of way to add or change
parts of a function, without redefining the whole function right?

If so, I don't think there is no equivalent in XSLT (not in XSLT
1.0 at least). If you are using a customization layer that imports
a certain template and you want to change what any part of what a
template does, you have to redefine the whole template in your
customization layer.