xsl-list
[Top] [All Lists]

Re: [xsl] Act as xsl:next-match in XSLT 1 with xsl:apply-imports (not possible?)

2007-03-23 08:41:32
Andrew Welch wrote:

<xsl:import href="b.xslt" />  needs to be a.xslt, then it should work.
In other words, the processing chain needs to be defined in the
stylesheets themselves, not in one controlling transform.

If you can't modify the original stylesheets then I think your stuck...

Only partially stuck. I do know some approaches, but being a fan of Andrew Hunt (www.pragmaticprogrammer.com), I try to find the best approach, with smallest amount of redundancy. So far, I think I have to go by the mode-method, or named method.

Cheers,
-- Abel


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