|
Subject: Re: [xsl] Re: xsl-list Digest 1 Jun 2006 05:10:01 -0000 Issue 793 From: Chad Chelius <cchelius@xxxxxxxxxxxxxxx> Date: Thu, 1 Jun 2006 16:39:38 -0400 |
<xsl:template match="Root">
<DG>
<xsl:apply-templates select="@*|node()"/>
</DG>
</xsl:template>
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
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Re: xsl-list Digest 1 Jun, David Carlisle | Thread | [xsl] Subject lines and replies to , Mulberry Technologie |
| Re: [xsl] Identifying column positi, andrew welch | Date | [xsl] Subject lines and replies to , Mulberry Technologie |
| Month |