Hmm, LaTeX uses "&" as separators: how do we know if there's another cell coming? Ah, but the LaTeX eqnarray can have no more than three columns, so there's no need to generalise.
Hmm, LaTeX uses "&" as separators: how do we know if there's another cell coming? Ah, but the AMS split has only two column plus an optional operator at the alignment point, so there's no need to generalise.
-->
<templatematch="equation-array/row">
<commonformats="/latex/xelatex/">
<xsl:apply-templatesselect="left"/>
<!-- Fortunately, white space after the "&" doesn't affect alignment. -->
<xsl:textdisable-output-escaping="yes"> & </xsl:text>
<xsl:apply-templatesselect="middle"/>
<xsl:textdisable-output-escaping="yes"> & </xsl:text>