Subject: Re: Re: xsl-list Digest 1 Jun 2006 05:10:01 -0000 Issue 793
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 1 Jun 2006 17:05:28 +0100
|
> I need all of the other elements to come over as
> well and I need to rename those elements.
yes that's what the
<xsl:apply-templates select="*[not(self::title or self::subtitle)]"/>
is doing, applying your templates to all the child elements.
Sounds like you don't want document to go to document though so change
<xsl:copy> to <D>
and when I said
> you just need a standard identity template,
read that as "you just need the templates doing whatever transformation
they are doing"
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
|