Re: [xsl] Selecting all specific children

Subject: Re: [xsl] Selecting all specific children
From: "Mark" <mark@xxxxxxxxxxxx>
Date: Wed, 11 Jan 2012 20:50:54 -0700
Hi All,
Thanks to everyone for your suggestions.

For the archive:

It turns out that <xsl:apply-templates select="//Inscriptions" mode="english"/> does apply the template to all <Inscriptions>, not just the first. The problem turned out to be an issue with certain input data in the called template.

Thanks,
Mark


Current Thread