|
Subject: Re: [xsl] axis specifier issue From: Martin Honnen <Martin.Honnen@xxxxxx> Date: Fri, 30 Oct 2009 18:20:08 +0100 |
What I want is that any <note> element that is below <desc> and before<prt2> to be pushed under <prt2>.
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
<xsl:template match="@* | node()">
<xsl:copy>
<xsl:apply-templates select="@*, node()"/>
</xsl:copy>
</xsl:template>Martin Honnen http://msmvps.com/blogs/martin_honnen/
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] axis specifier issue, a kusa | Thread | [xsl] Widows and orphans in XSL-FO, Mark Wilson |
| Re: [xsl] axis specifier issue, a kusa | Date | [xsl] Widows and orphans in XSL-FO, Mark Wilson |
| Month |