This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Muenchian method, and keys 'n stuff


Hi Dave,

>> First, an iteration over the alphabet, which I'll do using the method
>> Dimitre suggested (since this is the only one that's actually
>> supported in the current WDs).
>
> Is the context not 'wrong' since it becomes the string in the variable?

Whoops, good catch - the context item becomes the integer index.

I should have done:

  <xsl:variable name="rs" select="r" />

and then:

  <xsl:variable name="books" select="$rs[Ra/lett = $letter]" />

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]