Print

Print


I�m using the IE5.0 XSLT implementation to view our XML EAD documents, but I
have a question. I intend that the xsl style sheet order alphabetically all
<corpname> elements, using an order-by attribute (<xsl:sort> is not
supported),
  <TABLE>
  <TR>
   <TD>Corporate Name:</TD>
  </TR>
  <xsl:for-each select="//corpname" order-by="corpname">
  <TR>
   <TD><xsl:value-of/></TD>
  </TR>
  </xsl:for-each>
  </TABLE>
but the template within the <xsl:for-each> is processed for each item in the
order that they appear in the xml file. Can someone help me with this
problem?

Thanks in advance,

Abelardo Santamaria
Archivo Historico Provincial de Vizcaya (Bilbao, Spain)