You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Dimon - Gudmundur Hafsteinsson <gu...@dimonsoftware.com> on 2000/11/22 15:06:41 UTC

Alternative sources for xsl:import

Hi!

I'm using xsl:import to include external XSL documents.
Is it possible to get these imports from other sources
than file?
For example, if my XSL files are in a database, and
I need to do xsl:import, how can I make these files also
arrive from a database?

Any help would be greatly appreciated.

Regards,
Gummi Haf

------------------------------------------
Gudmundur Hafsteinsson - gummi@dimonsoftware.com
Dimon Software - www.dimonsoftware.com

"... 'cause that's what tiggers do the best!" - Tigger
------------------------------------------




Re: Alternative sources for xsl:import

Posted by Katrin Yngve <ka...@inventa.se>.
I would create a servlet (or equivalent) that fetches the xsl from the
database and outputs it in the the right content type, then I'd refer to the
servlet's url in the xsl:import tag.

Katrin

----- Original Message -----
From: "Dimon - Gudmundur Hafsteinsson" <gu...@dimonsoftware.com>
To: <xa...@xml.apache.org>
Sent: Wednesday, November 22, 2000 3:06 PM
Subject: Alternative sources for xsl:import


> Hi!
>
> I'm using xsl:import to include external XSL documents.
> Is it possible to get these imports from other sources
> than file?
> For example, if my XSL files are in a database, and
> I need to do xsl:import, how can I make these files also
> arrive from a database?
>
> Any help would be greatly appreciated.
>
> Regards,
> Gummi Haf
>
> ------------------------------------------
> Gudmundur Hafsteinsson - gummi@dimonsoftware.com
> Dimon Software - www.dimonsoftware.com
>
> "... 'cause that's what tiggers do the best!" - Tigger
> ------------------------------------------
>
>