Re: DOCBOOK-APPS: How to include a file?

From
ben
Date
2001-05-18T16:27:03+00:00
ID
Thread
Re: DOCBOOK-APPS: How to include a file?
Norman Walsh a 嶰rit :

> / ben <> was heard to say:
> | I want to include a file, whose name is defined by a variable. I've
> | tried the following:
> | <xsl:include href="{$filename}"/>
> |
> | But it doesn't work. Does anyone know how to do this?
>
> You can't. You have to setup a URIResolver and do it that way if you
> really need runtime control over xsl:include and xsl:import.
>
>                                         Be seeing you,
>                                           norm

Thanks for the replies. Where can I find information about the use of
URIResolver?

BG