xsl-list
[Top] [All Lists]

Re: [xsl] Referring to stylesheet itself, possible in XSLT 1.0, but how in XSLT

2006-10-17 07:57:15
I don't exactly understand your problem.
Why can't you use a system-rewrite entry in an XML catalog?

From: Abel Braaksma <abel(_dot_)online(_at_)xs4all(_dot_)nl>

Andrew Welch wrote:

Instead of using xml:base why not just create a parameter $path and
then modify all of your paths in the stylesheet to contain that
parameter, eg:

<xsl:param name="path" select="'../../'" as="xs:string"/>

I had that before. But it won't work for <xsl:import> and the likes. So I still need separate ways for separate situations in the stylesheet. In other words, the DRY (don't repeat yourself) principle cannot hold here (but who said that xslt was pragmatic in the first place, but I like to think that way).


_________________________________________________________________
Download the new Windows Live Toolbar, including Desktop search! http://toolbar.live.com/?mkt=en-gb


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>