xsl-list
[Top] [All Lists]

Re: [xsl] combining multiple documents

2008-01-24 03:38:46
On 24/01/2008, Steven Ericsson-Zenith <steven(_at_)semeiosis(_dot_)org> wrote:
I had hoped that the sequence

...
        <apply-template/>
        <apply-template select="doc(@file)"/>
...

It's "apply-templates" but I get what you mean...

In the XSL transform would do the trick, but it does not. The
transformation of main.xml returns the transformed ext.xml and the
content of main.xml is ignored.
...
I've tried a number of things but have not been able to solve the
problem. I am missing something obvious?

Remember that your root matching template will be applied again when
calling apply-templates on doc(@file), so that could be an issue, its
hard to tell without seeing it.

This is a classic case where you could reduce the problem down to tiny
set of files that demonstrates the problem and post them here.


cheers
-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

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