|
Subject: Re: [xsl] convert large array to several smaller arrays containing max N elements From: "J.Pietschmann" <j3322ptm@xxxxxxxx> Date: Tue, 11 Nov 2003 23:35:55 +0100 |
The problem is, with the following, I get validation errors:
Nitpick: this is a "well-formed" error, IOW the style sheet is not well formed XML:
<xsl:if test="position() mod 2 = '0'">
</topgroup>
This closes a "topgroup" element without any open element of this type. Yeah, the error message could be a bit more intelligent (complain to the Xalan-C maintainers).
Just do it right:
<xsl:if test="position() mod 2 = '0'">
<topgroup>
</topgroup>
</xsl:if>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] convert large array to severa, David Everly | Thread | Re: [xsl] convert large array to se, Wendell Piez |
| Re: [xsl] nested xsl:choose?, Rick Taylor | Date | [xsl] regular expressions in xslt, , fe . sola |
| Month |