xsl-list
[Top] [All Lists]

[xsl] xsl:import

2009-09-03 18:42:54
Hi all,

I'm using Saxon 9.1.0.7J for an application. I have stylesheets that import other stylesheet modules using syntax like this:

<xsl:import href="inc/framework.xsl"/>
<xsl:import href="inc/application-tabs.xsl"/>
<xsl:import href="inc/search-fields.xsl"/>
<xsl:include href="../../override/xslt/customization.xsl"/>

Here's the weird thing: If I change the code to

<xsl:import href="inc/application-tabs.xsl"/>
<xsl:import href="inc/framework.xsl"/>
<xsl:import href="inc/search-fields.xsl"/>
<xsl:include href="../../override/xslt/customization.xsl"/>

(note the change in order of the imports), the application-tabs.xsl simply stops being recognized. No warnings. It's as if the line containing the xsl:import instruction doesn't exist at all.

The transformation works as expected when using the built-in Saxon 8 processor in the Eclipse Oxygen plug-in.

Let me know if you'd like to see source code.

Regards,

--Bill

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