[Home] [By Thread] [By Date] [Recent Entries]
Sorry, wasn't paying attention enough.
As David said earlier, the data templates were selecting data child elements again for apply-templates, but they don't contain them. I changed the apply-templates statements below.. Regards, Geert
(cut) <xsl:apply-templates select="data[(.='Functional Requirements') or (.='Design Derived Requirements')]"/> <xsl:apply-templates select="following::data[following::data[.='Design Derived Requirements']]" mode="before" /> </xsl:template> <xsl:apply-templates select="following::data" mode="after" /> </xsl:template>
|

Cart



