xsl-list
[Top] [All Lists]

Re: xsl:include href - relative to document root?

2005-06-21 08:15:14
"Hardy" == Hardy Merrill 
<HMerrill(_at_)dhcr(_dot_)state(_dot_)ny(_dot_)us> writes:

    Hardy> Let me back up and ask a more general question.  In web
    Hardy> applications, how do other people organize style sheets so
    Hardy> that style sheets containing common code are located in one
    Hardy> place, and then how do application style sheets _using_
    Hardy> that common code refer to (xsl:include?) them?

One way is to have a directory called common, under the document root.

The you can xsl:include/import from http://localhost/common/my-common.xsl.
That works for server-side transformations only.
-- 
Colin Adams
Preston Lancashire

--~------------------------------------------------------------------
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>
--~--