[Home] [By Thread] [By Date] [Recent Entries]
Etheridge, Stephen wrote:
<xsl:template match = "/MIS_Report/Records/XXXRecord/XXXRecordDetails/XXXRecordVersion"> Some XSLT that seems to work ..... <RecordHeader> More XSLT that seems to work </RecordHeader> <xsl:apply-templates select="//RecordVersion" mode="Copy" /> This is processing all RecordVersion descendants that can be reached from the root node. If you want to process the RecordVersion descendants of the XXXRecordVersion element the template is matching then you need select=".//RecordVersion" or select="descendant::RecordVersion" -- Martin Honnen http://msmvps.com/blogs/martin_honnen/
|

Cart



