Re: Variable import or include
Martin Honnen <[email protected]> Sat, 05 May 2007 13:21:52 +0200
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Organization | Liberty Development |
| Message-ID | <[email protected]> |
Mahomedalid wrote: > Anyone knows how i can import or include a xslt stylesheet with > variable URI? You can't use a variable or an XPath expression in general with xsl:include or xsl:import, the href attribute needs to be a URI reference: <http://www.w3.org/TR/xslt#section-Combining-Stylesheets> -- Martin Honnen http://JavaScript.FAQTs.com/