| Subject: Re: [xsl] variable incrementing in XSLT -- XSLT spec From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx> Date: Fri, 27 Jun 2003 14:09:22 -0400 | 
of course the choice of word 'variable' is unfortunate cuz it may indicate to the uninitiated 'something that could possibly vary' . something like 'term' or 'item' would've been a bit less confusing.
<xsl:template match="question">
  <xsl:variable name="correct-answer"
    select="key('answers',@number)"/>
  <xsl:variable name="score"
    select="@weight * boolean(answer=$correct-answer)"/>
  ....
</xsl:template>Cheers, Wendell
====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ======================================================================
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] variable incrementing in , David Carlisle | Thread | Re: [xsl] variable incrementing in , Wendell Piez | 
| Re: [xsl] variable incrementing in , Wendell Piez | Date | [xsl] how to remove a "wrapper" ele, Kathy Burke | 
| Month |